Skip to content

Commit

Permalink
build: support Node.js 10.x
Browse files Browse the repository at this point in the history
closes #3617
  • Loading branch information
felixbuenemann authored and dougwilson committed Oct 27, 2018
1 parent 003459b commit 44e539e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ node_js:
- "7.10"
- "8.12"
- "9.11"
- "10.12"
matrix:
include:
- node_js: "10"
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
- node_js: "11"
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
allow_failures:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ environment:
- nodejs_version: "7.10"
- nodejs_version: "8.12"
- nodejs_version: "9.11"
- nodejs_version: "10.12"
cache:
- node_modules
install:
Expand Down

0 comments on commit 44e539e

Please sign in to comment.