Skip to content

Commit 796bccb

Browse files
committed
ci: include an optional build using node 8
Fixes #6756
1 parent fa8e97f commit 796bccb

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
@@ -14,6 +14,7 @@ matrix:
1414
- env: NODE_SCRIPT="tests/run_e2e.js --ng2"
1515
- env: DEPLOY_SCRIPT="scripts/git-builds.js"
1616
- node_js: "7"
17+
- node_js: "8"
1718
include:
1819
- node_js: "6"
1920
os: linux
@@ -53,6 +54,9 @@ matrix:
5354
- node_js: "7"
5455
os: linux
5556
env: NODE_SCRIPT=tests/run_e2e.js
57+
- node_js: "8"
58+
os: linux
59+
env: NODE_SCRIPT="tests/run_e2e.js --glob=tests/build/**"
5660

5761
before_install:
5862
# Use a virtual display.

0 commit comments

Comments
 (0)