Skip to content

Commit

Permalink
build: test against Node.js 10.x nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 14, 2018
1 parent 40e04ec commit f3c5f7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ matrix:
include:
- node_js: "9"
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
- node_js: "10"
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"
Expand Down

0 comments on commit f3c5f7e

Please sign in to comment.