Skip to content

Commit

Permalink
ci: Add coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jul 22, 2018
1 parent e0d182f commit c6389d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ node_js:
- 8
- 7
- 6
after_script:
- npm i -g coveralls
- ./node_modules/.bin/nyc report --reporter=text-lcov | coveralls

0 comments on commit c6389d6

Please sign in to comment.