Skip to content

Commit 8001712

Browse files
filipesilvahansl
authored andcommitted
ci: split ng4 e2e into two (#4585)
1 parent aa5f07f commit 8001712

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@ matrix:
2828
- node_js: "6"
2929
os: linux
3030
env: NODE_SCRIPT="tests/run_e2e.js --ignore=**/tests/build/**"
31+
- node_js: "6"
32+
os: linux
33+
env: NODE_SCRIPT="tests/run_e2e.js --ng4 --glob=tests/build/**"
34+
- node_js: "6"
35+
os: linux
36+
env: NODE_SCRIPT="tests/run_e2e.js --ng4 --ignore=**/tests/build/**"
3137

3238
# Optional builds.
3339
- node_js: "6"
3440
os: linux
3541
env: NODE_SCRIPT="tests/run_e2e.js --nightly --ng4"
36-
- node_js: "6"
37-
os: linux
38-
env: NODE_SCRIPT="tests/run_e2e.js --ng4"
3942
- node_js: "7"
4043
os: linux
4144
env: NODE_SCRIPT=tests/run_e2e.js

0 commit comments

Comments
 (0)