Skip to content

Commit

Permalink
codecov > coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Dymov committed Sep 11, 2016
1 parent c326d98 commit 994d841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,4 +5,4 @@ node_js:
- "4"
- "node"
install: "npm install && npm run release"
after_success: "npm install -g codecov && cat ./coverage/lcov.info | codecov"
after_success: "npm install -g coveralls && cat ./coverage/lcov.info | coveralls"

0 comments on commit 994d841

Please sign in to comment.