Skip to content

Commit

Permalink
Update Travis test coverages
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Mann committed Nov 7, 2017
1 parent 3453d8e commit d2bdc2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ language: node_js
node_js:
- 7
- 8
- 9
script: npm run testcov
after_script: 'cat ./coverage/lcov.info | coveralls'

0 comments on commit d2bdc2e

Please sign in to comment.