Skip to content

Commit

Permalink
build: test against Node.js 13.x nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 13, 2019
1 parent e502dde commit 5266f3a
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 @@ -17,6 +17,8 @@ matrix:
include:
- node_js: "12"
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
- node_js: "13"
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 5266f3a

Please sign in to comment.