From d4bb89a74eb253ed800aad78fc776879e5ed994a Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Sat, 25 Apr 2015 20:04:45 +0200 Subject: [PATCH] fix(travis): fuck coveralls --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3c20085..aa82785 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,4 @@ go: - release - tip before_install: - - go get github.com/axw/gocov/gocov - - go get github.com/mattn/goveralls - - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi - curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash - -script: - - $HOME/gopath/bin/goveralls -service=travis-ci