Skip to content

Commit

Permalink
build: support Node.js 12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 10, 2019
1 parent c3f140f commit dc367f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_js:
- "6.17"
- "8.16"
- "10.16"
- "12.6"
before_install:
# Setup npm
- "test $TRAVIS_NODE_VERSION != '0.8' || npm install -g npm@1.2.8000"
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ environment:
- nodejs_version: "6.17"
- nodejs_version: "8.16"
- nodejs_version: "10.16"
- nodejs_version: "12.6"
install:
# Install Node.js
- ps: >-
Expand Down

0 comments on commit dc367f3

Please sign in to comment.