Skip to content

Commit

Permalink
ci: include an optional build using node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocco authored and filipesilva committed Jun 22, 2017
1 parent dbbede8 commit 8867daf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ matrix:
- env: NODE_SCRIPT="tests/run_e2e.js --ng2"
- env: DEPLOY_SCRIPT="scripts/git-builds.js"
- node_js: "7"
- node_js: "8"
include:
- node_js: "6"
os: linux
Expand Down Expand Up @@ -58,6 +59,9 @@ matrix:
- node_js: "7"
os: linux
env: NODE_SCRIPT=tests/run_e2e.js
- node_js: "8"
os: linux
env: NODE_SCRIPT="tests/run_e2e.js --glob=tests/build/**"

before_install:
# Use a virtual display.
Expand Down

0 comments on commit 8867daf

Please sign in to comment.