File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
matrix :
16
16
fast_finish : true
17
17
allow_failures :
18
- - env : NODE_SCRIPT="tests/run_e2e.js --nightly"
19
- - env : NODE_SCRIPT="tests/run_e2e.js --ng2"
18
+ - env : NODE_SCRIPT="tests/run_e2e.js --nightly --glob=tests/{build,test,misc}/** "
19
+ - env : NODE_SCRIPT="tests/run_e2e.js --ng2 --glob=tests/{build,test,misc}/** "
20
20
- env : DEPLOY_SCRIPT="scripts/git-builds.js"
21
21
- node_js : " 7"
22
22
- node_js : " 8"
@@ -52,13 +52,13 @@ matrix:
52
52
# Optional builds.
53
53
- node_js : " 6"
54
54
os : linux
55
- env : NODE_SCRIPT="tests/run_e2e.js --ng2"
55
+ env : NODE_SCRIPT="tests/run_e2e.js --ng2 --glob=tests/{build,test,misc}/** "
56
56
- node_js : " 6"
57
57
os : linux
58
- env : NODE_SCRIPT="tests/run_e2e.js --nightly"
58
+ env : NODE_SCRIPT="tests/run_e2e.js --nightly --glob=tests/{build,test,misc}/** "
59
59
- node_js : " 7"
60
60
os : linux
61
- env : NODE_SCRIPT=tests/run_e2e.js
61
+ env : NODE_SCRIPT=" tests/run_e2e.js --glob=tests/{build,test,misc}/**"
62
62
- node_js : " 8"
63
63
os : linux
64
64
env : NODE_SCRIPT="tests/run_e2e.js --glob=tests/build/**"
You can’t perform that action at this time.
0 commit comments