File tree 1 file changed +18
-5
lines changed
1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,24 @@ matrix:
43
43
os : linux
44
44
script : node tests/run_e2e.js --nb-shards=4 --shard=3 --nosilent
45
45
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
+
46
64
- node_js : " 6"
47
65
os : linux
48
66
script : node tests/run_e2e.js --eject "--glob=tests/build/**"
@@ -54,11 +72,6 @@ matrix:
54
72
before_script : if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
55
73
script : node tests/run_e2e.js --ng2 "--glob=tests/{build,test,misc}/**"
56
74
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
62
75
- node_js : " 7"
63
76
os : linux
64
77
before_script : if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
You can’t perform that action at this time.
0 commit comments