Skip to content

Commit

Permalink
Test on some up to date node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Sidebottom committed Dec 7, 2016
1 parent 7ee478b commit bb4b8f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
node_js:
- "4"
- "6"
- "7"
language: node_js
script: "npm run coverage"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit bb4b8f5

Please sign in to comment.