Skip to content

Commit

Permalink
build: test against Node.js 8.x nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 27, 2017
1 parent 30d7053 commit 3be5721
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,13 @@ node_js:
- "5.12"
- "6.10"
- "7.6"
matrix:
include:
- node_js: "8.0"
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
allow_failures:
# Allow the nightly installs to fail
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
sudo: false
cache:
directories:
Expand Down

0 comments on commit 3be5721

Please sign in to comment.