diff --git a/.travis.yml b/.travis.yml index 1dd8fe3..db7a834 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go go: - 1.4 install: - - go get code.google.com/p/go.tools/cmd/cover github.com/mattn/goveralls github.com/modocache/gover + - go get golang.org/x/tools/cmd/cover github.com/mattn/goveralls github.com/modocache/gover script: - go list -f '{{if len .TestGoFiles}}"go test -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"{{end}}' ./... | xargs sh -c