Skip to content

Commit

Permalink
Update Travis CI to test with Node 6 instead of Node 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Jun 24, 2016
1 parent 079ae7a commit 48959af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- iojs
script: "npm run-script test-cover"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
Expand Down

0 comments on commit 48959af

Please sign in to comment.