Skip to content

Commit 06a2da5

Browse files
committed
ci: run only build tests on ng2/ng4/node7
Running build/test/misc was routinely hitting the time limit (50mins).
1 parent 87fc9a1 commit 06a2da5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,22 @@ matrix:
5252
- node_js: "6"
5353
os: linux
5454
before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
55-
script: node tests/run_e2e.js --ng2 "--glob=tests/{build,test,misc}/**"
55+
script: node tests/run_e2e.js --ng2 "--glob=tests/build/**"
5656
env: ng2
5757
- node_js: "6"
5858
os: linux
5959
before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
60-
script: node tests/run_e2e.js --ng4 "--glob=tests/{build,test,misc}/**"
60+
script: node tests/run_e2e.js --ng4 "--glob=tests/build/**"
6161
env: ng4
6262
- node_js: "6"
6363
os: linux
6464
before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
65-
script: node tests/run_e2e.js "--nightly --glob=tests/{build,test,misc}/**"
65+
script: node tests/run_e2e.js --nightly "--glob=tests/build/**"
6666
env: nightly
6767
- node_js: "7"
6868
os: linux
6969
before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
70-
script: node tests/run_e2e.js "--glob=tests/{build,test,misc}/**"
70+
script: node tests/run_e2e.js "--glob=tests/build/**"
7171
env: node7
7272
- node_js: "8"
7373
os: linux

0 commit comments

Comments
 (0)