diff --git a/.travis.yml b/.travis.yml index 5621c07c1..1573c09bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ after_failure: stages: - 'Lint markdown files' - 'Integration tests' + - 'Full stack production tests' - 'Test' - 'Source Clear' @@ -51,7 +52,8 @@ jobs: notifications: email: false - - stage: 'Integration tests' + - &integrationtest + stage: 'Integration tests' merge_mode: replace env: SDK=java SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH cache: false @@ -64,6 +66,13 @@ jobs: - $HOME/travisci-tools/trigger-script-with-status-update.sh after_success: travis_terminate 0 + - <<: *integrationtest + stage: 'Full stack production tests' + env: + SDK=java + SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH + FULLSTACK_TEST_REPO=ProdTesting + - stage: 'Source Clear' if: type = cron addons: