From 2ae4575d01a832e948a801514c4ee6e8b6451e19 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Tue, 7 Apr 2015 00:26:46 +0200 Subject: [PATCH] feat(travis): add coveralls support --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index aa82785..3c20085 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,9 @@ 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