Merge pull request #473 from restic/fix-coveralls

Fix coveralls.io service
This commit is contained in:
Alexander Neumann 2016-02-23 23:51:24 +01:00
commit d84dec47bf
1 changed files with 1 additions and 1 deletions

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