diff --git a/.travis.yml b/.travis.yml index c58d0ea4..0e228cf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ env: stages: - name: 'Lint markdown files' - name: 'Integration tests' + - name: 'Production tests' - name: 'Unit Tests' - name: 'NetStandard16' - name: 'NetStandard20' @@ -24,7 +25,8 @@ jobs: notifications: email: false - - stage: 'Integration tests' + - &integrationtest + stage: 'Integration tests' env: SDK=csharp SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH cache: false language: minimal @@ -36,6 +38,13 @@ jobs: - $HOME/travisci-tools/trigger-script-with-status-update.sh after_success: travis_terminate 0 + - <<: *integrationtest + stage: 'Production tests' + env: + SDK=csharp + SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH + FULLSTACK_TEST_REPO=ProdTesting + - stage: 'Unit Tests' language: csharp dist: xenial