File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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'
4647 - stage : ' Lint'
4748 node_js : ' 12'
4849 script : npm run lint
50+
4951 - &integrationtest
5052 stage : ' Integration tests'
5153 merge_mode : replace
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
You can’t perform that action at this time.
0 commit comments