From 45ab44d1428575dba696d6fed1000894d1c430b9 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Wed, 3 Feb 2016 17:36:48 -0800 Subject: [PATCH] remove goveralls Signed-off-by: Victor Vieux --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25ecfc3280..747549b124 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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