2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-22 21:05:10 +00:00

Let goveralls fail if it needs to

Maybe this fixes coverage reporting...
This commit is contained in:
Alexander Neumann 2016-02-23 22:16:01 +01:00
parent 9c47a8abfc
commit 699cb5ed8f

View File

@ -38,4 +38,4 @@ script:
- go run run_integration_tests.go
after_success:
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" || true
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN"