Skip to content

Commit

Permalink
feat: add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateu Aguiló Bosch committed Jun 9, 2018
1 parent d04466b commit f35181f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
script:
- npm run lint
- npm run test-ci
- npm install coveralls
# Report coverage to coveralls.io
- cat ./__coverage__/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- rimraf ./__coverage__
Expand Down

0 comments on commit f35181f

Please sign in to comment.