Skip to content

Commit

Permalink
build: support Node.js 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Nov 15, 2016
1 parent df28eeb commit cf735e3
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 @@ -9,6 +9,7 @@ node_js:
- "4.6"
- "5.12"
- "6.9"
- "7.0"
sudo: false
cache:
directories:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -9,6 +9,7 @@ environment:
- nodejs_version: "4.6"
- nodejs_version: "5.12"
- nodejs_version: "6.9"
- nodejs_version: "7.0"
cache:
- node_modules
install:
Expand Down

0 comments on commit cf735e3

Please sign in to comment.