Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

Commit

Permalink
Integrate with coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
nieltg committed Aug 7, 2018
1 parent 7a2d277 commit 64ef9eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ cache: yarn

node_js: "10"

after_success:
- npm install --no-save coveralls
- npx nyc report --reporter=text-lcov | npx coveralls

deploy:
provider: npm
email: nieltansah+npmjs@gmail.com
Expand Down

0 comments on commit 64ef9eb

Please sign in to comment.