Remove old go cover location

This commit is contained in:
Taylor Gerring 2015-03-28 22:16:04 +01:00
parent 82eeb5e02a
commit 2ca6a800ad
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ install:
# - go get code.google.com/p/go.tools/cmd/goimports
# - go get github.com/golang/lint/golint
# - go get golang.org/x/tools/cmd/vet
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
before_script:
# - gofmt -l -w .