Skip to content

Commit

Permalink
ci(coverage): move coveralls and codeclimate to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Sep 27, 2017
1 parent ca50548 commit fceba19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 462 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ node_js:
notifications:
email: false
after_success:
- npm run coveralls
- npm run codeclimate
- npm i -g coveralls codeclimate-test-reporter
- coveralls < coverage/lcov.info
- codeclimate-test-reporter < coverage/lcov.info
Loading

0 comments on commit fceba19

Please sign in to comment.