Skip to content

Commit 3a6bc9a

Browse files
authored
ci: hook fps on travis (#277)
1 parent 740643f commit 3a6bc9a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ stages:
1010
- 'Unit test'
1111
- 'Benchmark test'
1212
- 'Integration tests'
13+
- 'Production tests'
1314
- 'Source clear'
1415
- 'Readme-sync'
1516
jobs:
@@ -66,7 +67,8 @@ jobs:
6667
script:
6768
- make benchmark
6869

69-
- stage: 'Integration tests'
70+
- &integrationtest
71+
stage: 'Integration tests'
7072
env: SDK=go SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
7173
cache: false
7274
language: minimal
@@ -76,6 +78,13 @@ jobs:
7678
script:
7779
- $HOME/travisci-tools/trigger-script-with-status-update.sh
7880
after_success: travis_terminate 0
81+
82+
- <<: *integrationtest
83+
stage: 'Production tests'
84+
env:
85+
SDK=go
86+
SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
87+
FULLSTACK_TEST_REPO=ProdTesting
7988

8089
- stage: 'Source clear'
8190
env: GIMME_GO_VERSION=master GIMME_OS=linux GIMME_ARCH=amd64

0 commit comments

Comments
 (0)