Skip to content

Commit 12748a8

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 b5932ef commit 12748a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ matrix:
5353
- node_js: "6"
5454
os: linux
5555
before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
56-
script: node tests/run_e2e.js --ng2 "--glob=tests/{build,test,misc}/**"
56+
script: node tests/run_e2e.js --ng2 "--glob=tests/build/**"
5757
env: ng2
5858
- node_js: "7"
5959
os: linux
6060
before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
61-
script: node tests/run_e2e.js "--glob=tests/{build,test,misc}/**"
61+
script: node tests/run_e2e.js "--glob=tests/build/**"
6262
env: node7
6363
- node_js: "8"
6464
os: linux

0 commit comments

Comments
 (0)