mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 21:27:34 +00:00
Merge pull request #473 from restic/fix-coveralls
Fix coveralls.io service
This commit is contained in:
commit
d84dec47bf
@ -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
|
- GOPATH=$PWD:$PWD/vendor goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN"
|
||||||
|
Loading…
Reference in New Issue
Block a user