2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-15 15:22:22 +00:00

Set GOPATH for goveralls

This commit is contained in:
Alexander Neumann 2016-02-23 23:03:38 +01:00
parent 699cb5ed8f
commit 98985019f9

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"
- GOPATH=$PWD:$PWD/vendor goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN"