File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,24 @@ matrix:
4343 os : linux
4444 script : node tests/run_e2e.js --nb-shards=4 --shard=3 --nosilent
4545 env : e2e-3
46+
47+ - node_js : " 6"
48+ os : linux
49+ script : node tests/run_e2e.js --nb-shards=4 --shard=0 --nosilent --nightly
50+ env : nightly-0
51+ - node_js : " 6"
52+ os : linux
53+ script : node tests/run_e2e.js --nb-shards=4 --shard=1 --nosilent --nightly
54+ env : nightly-1
55+ - node_js : " 6"
56+ os : linux
57+ script : node tests/run_e2e.js --nb-shards=4 --shard=2 --nosilent --nightly
58+ env : nightly-2
59+ - node_js : " 6"
60+ os : linux
61+ script : node tests/run_e2e.js --nb-shards=4 --shard=3 --nosilent --nightly
62+ env : nightly-3
63+
4664 - node_js : " 6"
4765 os : linux
4866 script : node tests/run_e2e.js --eject "--glob=tests/build/**"
@@ -54,11 +72,6 @@ matrix:
5472 before_script : if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
5573 script : node tests/run_e2e.js --ng2 "--glob=tests/{build,test,misc}/**"
5674 env : ng2
57- - node_js : " 6"
58- os : linux
59- before_script : if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
60- script : node tests/run_e2e.js "--nightly --glob=tests/{build,test,misc}/**"
61- env : nightly
6275 - node_js : " 7"
6376 os : linux
6477 before_script : if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
You can’t perform that action at this time.
0 commit comments