fix(travis): fuck coveralls

This commit is contained in:
Tomas Aparicio 2015-04-25 20:04:45 +02:00
parent 9d47e1b1fb
commit d4bb89a74e

View file

@ -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