remove goveralls

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2016-02-03 17:36:48 -08:00
parent 46b57a3cbe
commit 45ab44d142
1 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ install:
- export PATH=${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH
- go get golang.org/x/tools/cmd/vet
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go get github.com/golang/lint/golint
- go get github.com/GeertJohan/fgt
@ -28,4 +27,3 @@ script:
- GOOS=linux go build
- go test -v -race ./...
- script/coverage
- goveralls -service=travis-ci -coverprofile=goverage.report