Skip to content

Commit

Permalink
Run the tests with Node.js 6
Browse files Browse the repository at this point in the history
Fixes #1514
Closes gh-1515
  • Loading branch information
ariya committed Aug 18, 2016
1 parent 27be7b9 commit 9a9c27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,3 +7,4 @@ node_js:
- "0.10"
- "4"
- "5"
- "6"
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,7 +1,7 @@
version: "{build}"

environment:
nodejs_version: "5"
nodejs_version: "6"

matrix:
fast_finish: true
Expand Down

0 comments on commit 9a9c27a

Please sign in to comment.