Skip to content

Commit

Permalink
Update travis CI builder to also run node 10
Browse files Browse the repository at this point in the history
I'm not sure if this will work first-try, since it's been a while since I've touched Travis-CI. But lets hope!
  • Loading branch information
caitp committed Jul 4, 2018
1 parent 3d14c74 commit fa510bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,7 +1,9 @@
language: node_js
node_js:
- "8"
- "10"

script:
- ./node_modules/.bin/istanbul cover --report lcov node_modules/.bin/_mocha test/
after_success:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit fa510bc

Please sign in to comment.