Skip to content

Commit 90fd8da

Browse files
committed
ci: include an optional build using node 8
Fixes angular#6756
1 parent fa8e97f commit 90fd8da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ matrix:
5353
- node_js: "7"
5454
os: linux
5555
env: NODE_SCRIPT=tests/run_e2e.js
56+
- node_js: "8"
57+
os: linux
58+
env: NODE_SCRIPT="tests/run_e2e.js --glob=tests/build/**"
5659

5760
before_install:
5861
# Use a virtual display.

0 commit comments

Comments
 (0)