Skip to content

Commit

Permalink
build: support Node.js 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 9, 2019
1 parent e917028 commit c754c8a
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 @@ -12,10 +12,9 @@ node_js:
- "8.16"
- "9.11"
- "10.12"
- "11.15"
matrix:
include:
- node_js: "11"
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
- node_js: "12"
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 @@ -12,6 +12,7 @@ environment:
- nodejs_version: "8.16"
- nodejs_version: "9.11"
- nodejs_version: "10.12"
- nodejs_version: "11.15"
cache:
- node_modules
install:
Expand Down

0 comments on commit c754c8a

Please sign in to comment.