mirror of https://github.com/docker/docs.git
remove goveralls
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
46b57a3cbe
commit
45ab44d142
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue