diff --git a/.travis.yml b/.travis.yml index 22682909e..fa47ec6a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ before_install: # gocovmerge is used to merge all the separate unit/integration test coverage # profiles. - - go get -u wadey/gocovmerge + - go get -u github.com/wadey/gocovmerge script: - . ./.travis.gofmt.sh