Skip to content

Commit 751adac

Browse files
authored
ci:hook fps on travis (#518)
1 parent e798d47 commit 751adac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ stages:
2727
- name: 'Lint markdown files'
2828
- 'Lint'
2929
- 'Integration tests'
30+
- 'Full stack production tests'
3031
- 'Cross-browser and umd unit tests'
3132
- 'Test'
3233
- 'Test sub packages'
@@ -46,6 +47,7 @@ jobs:
4647
- stage: 'Lint'
4748
node_js: '12'
4849
script: npm run lint
50+
4951
- &integrationtest
5052
stage: 'Integration tests'
5153
merge_mode: replace
@@ -59,6 +61,15 @@ jobs:
5961
- CLIENT=node $HOME/travisci-tools/trigger-script-with-status-update.sh
6062
- CLIENT=browser $HOME/travisci-tools/trigger-script-with-status-update.sh
6163
after_success: travis_terminate 0
64+
65+
- <<: *integrationtest
66+
stage: 'Full stack production tests'
67+
env:
68+
SDK=javascript
69+
SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
70+
FULLSTACK_TEST_REPO=ProdTesting
71+
script: $HOME/travisci-tools/trigger-script-with-status-update.sh
72+
6273
- stage: Cross-browser and umd unit tests
6374
node_js: '8'
6475
script: npm run test-ci

0 commit comments

Comments
 (0)