From 0e04621d1e44fed14810b813ac41544642bacfbf Mon Sep 17 00:00:00 2001 From: Owais Akbani Date: Tue, 7 Jul 2020 19:06:29 +0500 Subject: [PATCH] ci: hook fps on travis --- .travis.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e897124d..b8d10b06 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' @@ -32,7 +33,9 @@ jobs: # script: # - mdspell -a -n -r --en-us '**/*.md' # after_success: skip - - stage: 'Integration tests' + + - &integrationtest + stage: 'Integration tests' env: SDK=csharp SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH cache: false language: minimal @@ -44,6 +47,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