Skip to content

Commit

Permalink
build: support Node.js 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Dec 24, 2017
1 parent 669c1a1 commit 061f378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ node_js:
- "6.12"
- "7.10"
- "8.9"
- "9.2"
sudo: false
cache:
directories:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -11,6 +11,7 @@ environment:
- nodejs_version: "6.12"
- nodejs_version: "7.10"
- nodejs_version: "8.9"
- nodejs_version: "9.2"
cache:
- node_modules
install:
Expand Down

0 comments on commit 061f378

Please sign in to comment.