Skip to content

Commit

Permalink
update travis (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0w authored and haoxin committed May 24, 2018
1 parent 5472d3b commit bf1225e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
node_js:
- "iojs-1"
- "0.12"
- "0.11"
language: node_js
script: "npm run test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
node_js:
- 7
- 8
- 9
- 10
script:
- npm run test-travis
after_script:
- npm install coveralls@2
- cat ./coverage/lcov.info | coveralls

0 comments on commit bf1225e

Please sign in to comment.