Skip to content

Commit

Permalink
travis: test node@6, node@7
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxin committed Apr 4, 2017
1 parent bc563c6 commit f62ce0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
script: "npm run test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit f62ce0f

Please sign in to comment.