Merge pull request #1756 from vieux/remove_goveralls

remove goveralls
This commit is contained in:
Dongluo Chen 2016-02-04 00:50:33 -08:00
commit d5a3ff10af
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