Skip to content

Commit

Permalink
Add Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Parisot authored May 1, 2018
1 parent be116fe commit 658c1d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ sudo: false
language: node_js
node_js: v8

before_install:
- npm install codecov -g

after_success:
- codecov

deploy:
- provider: npm
skip_cleanup: true
Expand Down

0 comments on commit 658c1d9

Please sign in to comment.