Skip to content

Commit

Permalink
Try codecov instead of coveralls (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv authored Jun 8, 2017
1 parent 908889c commit d245187
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ script:
- make test_ci
- scripts/test-ubergo.sh
- make lint
- travis_retry goveralls -coverprofile=cover.out -service=travis-ci

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit d245187

Please sign in to comment.