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 Feb 5, 2017
1 parent 63ba8a3 commit a3708a0
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 @@ -8,6 +8,7 @@ node_js:
- "4.7"
- "5.12"
- "6.9"
- "7.4"
sudo: false
cache:
directories:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ environment:
- nodejs_version: "4.7"
- nodejs_version: "5.12"
- nodejs_version: "6.9"
- nodejs_version: "7.4"
cache:
- node_modules
install:
Expand Down

0 comments on commit a3708a0

Please sign in to comment.