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:
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
-
64
46
- node_js : " 6"
65
47
os : linux
66
48
script : node tests/run_e2e.js --eject "--glob=tests/build/**"
@@ -72,6 +54,11 @@ matrix:
72
54
before_script : if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
73
55
script : node tests/run_e2e.js --ng2 "--glob=tests/{build,test,misc}/**"
74
56
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
75
62
- node_js : " 7"
76
63
os : linux
77
64
before_script : if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
You can’t perform that action at this time.
0 commit comments