File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed
Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -43,24 +43,6 @@ 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-
6446 - node_js : " 6"
6547 os : linux
6648 script : node tests/run_e2e.js --eject "--glob=tests/build/**"
@@ -72,6 +54,11 @@ matrix:
7254 before_script : if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
7355 script : node tests/run_e2e.js --ng2 "--glob=tests/{build,test,misc}/**"
7456 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
7562 - node_js : " 7"
7663 os : linux
7764 before_script : if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
You can’t perform that action at this time.
0 commit comments