Skip to content

Commit 16f144d

Browse files
authored
ci: hook fps on travis (#382)
1 parent 04b4e95 commit 16f144d

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
@@ -37,6 +37,7 @@ after_failure:
3737
stages:
3838
- 'Lint markdown files'
3939
- 'Integration tests'
40+
- 'Full stack production tests'
4041
- 'Test'
4142
- 'Source Clear'
4243

@@ -51,7 +52,8 @@ jobs:
5152
notifications:
5253
email: false
5354

54-
- stage: 'Integration tests'
55+
- &integrationtest
56+
stage: 'Integration tests'
5557
merge_mode: replace
5658
env: SDK=java SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
5759
cache: false
@@ -64,6 +66,13 @@ jobs:
6466
- $HOME/travisci-tools/trigger-script-with-status-update.sh
6567
after_success: travis_terminate 0
6668

69+
- <<: *integrationtest
70+
stage: 'Full stack production tests'
71+
env:
72+
SDK=java
73+
SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
74+
FULLSTACK_TEST_REPO=ProdTesting
75+
6776
- stage: 'Source Clear'
6877
if: type = cron
6978
addons:

0 commit comments

Comments
 (0)