Skip to content

Commit

Permalink
build: support Node.js 12.x
Browse files Browse the repository at this point in the history
closes #3946
  • Loading branch information
zuohuadong authored and dougwilson committed May 16, 2019
1 parent 5266f3a commit b9ecb9a
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 @@ -13,10 +13,9 @@ node_js:
- "9.11"
- "10.15"
- "11.15"
- "12.2"
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:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ environment:
- nodejs_version: "9.11"
- nodejs_version: "10.15"
- nodejs_version: "11.15"
- nodejs_version: "12.2"
cache:
- node_modules
install:
Expand Down

0 comments on commit b9ecb9a

Please sign in to comment.