Set GOPATH for goveralls

This commit is contained in:
Alexander Neumann 2016-02-23 23:03:38 +01:00
parent 699cb5ed8f
commit 98985019f9
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"
- GOPATH=$PWD:$PWD/vendor goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN"