Skip to content

Commit

Permalink
build: support Node.js 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 14, 2016
1 parent 23c22ce commit c12cc88
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:
- "3.3"
- "4.4"
- "5.11"
- "6.2"
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 @@ -7,6 +7,7 @@ environment:
- nodejs_version: "3.3"
- nodejs_version: "4.4"
- nodejs_version: "5.11"
- nodejs_version: "6.2"
cache:
- node_modules
install:
Expand Down

0 comments on commit c12cc88

Please sign in to comment.