Skip to content

Commit 447f9f7

Browse files
committed
ci: limit scope of optional tests on travis
1 parent 4dcb381 commit 447f9f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env:
1515
matrix:
1616
fast_finish: true
1717
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}/**"
2020
- env: DEPLOY_SCRIPT="scripts/git-builds.js"
2121
- node_js: "7"
2222
- node_js: "8"
@@ -52,13 +52,13 @@ matrix:
5252
# Optional builds.
5353
- node_js: "6"
5454
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}/**"
5656
- node_js: "6"
5757
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}/**"
5959
- node_js: "7"
6060
os: linux
61-
env: NODE_SCRIPT=tests/run_e2e.js
61+
env: NODE_SCRIPT="tests/run_e2e.js --glob=tests/{build,test,misc}/**"
6262
- node_js: "8"
6363
os: linux
6464
env: NODE_SCRIPT="tests/run_e2e.js --glob=tests/build/**"

0 commit comments

Comments
 (0)