Try codecov instead of coveralls (#28)

This commit is contained in:
Prashant Varanasi
2017-06-08 16:14:49 -07:00
committed by GitHub
parent 908889c45e
commit d245187332

View File

@@ -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)