Skip to content

Commit 8867daf

Browse files
Broccofilipesilva
authored andcommitted
ci: include an optional build using node 8
Fixes angular#6756
1 parent dbbede8 commit 8867daf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ matrix:
1919
- env: NODE_SCRIPT="tests/run_e2e.js --ng2"
2020
- env: DEPLOY_SCRIPT="scripts/git-builds.js"
2121
- node_js: "7"
22+
- node_js: "8"
2223
include:
2324
- node_js: "6"
2425
os: linux
@@ -58,6 +59,9 @@ matrix:
5859
- node_js: "7"
5960
os: linux
6061
env: NODE_SCRIPT=tests/run_e2e.js
62+
- node_js: "8"
63+
os: linux
64+
env: NODE_SCRIPT="tests/run_e2e.js --glob=tests/build/**"
6165

6266
before_install:
6367
# Use a virtual display.

0 commit comments

Comments
 (0)