forked from TrueCloudLab/restic
Let goveralls fail if it needs to
Maybe this fixes coverage reporting...
This commit is contained in:
parent
9c47a8abfc
commit
699cb5ed8f
1 changed files with 1 additions and 1 deletions
|
@ -38,4 +38,4 @@ script:
|
||||||
- go run run_integration_tests.go
|
- go run run_integration_tests.go
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" || true
|
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN"
|
||||||
|
|
Loading…
Reference in a new issue