Skip to content

Commit

Permalink
travis: add node@6, remove [email protected], 0.12, 5
Browse files Browse the repository at this point in the history
closes #24
  • Loading branch information
haoxin committed Nov 1, 2016
1 parent 42e93a0 commit 742d357
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
language: node_js
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 742d357

Please sign in to comment.