Skip to content

Commit

Permalink
update node version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jyotman committed Jan 11, 2018
1 parent c8ec2e9 commit 77639af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "7"
- "8"
- "9"
after_success:
- npm install coveralls
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit 77639af

Please sign in to comment.