Skip to content

Commit

Permalink
Merge pull request #2 from chentsulin/node6
Browse files Browse the repository at this point in the history
Also test node v6 on travis
  • Loading branch information
chentsulin committed Apr 27, 2016
2 parents ef7ae08 + 2a67e44 commit 5ade670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ node_js:
- "3"
- "4"
- "5"
- "6"
script: "npm run test:cov"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 5ade670

Please sign in to comment.