diff --git a/.travis.yml b/.travis.yml index bb7178c82b..166bcf5852 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ matrix: before_install: - make dep - go get github.com/mattn/goveralls +- go get github.com/lawrencewoodman/roveralls - go get github.com/alecthomas/gometalinter install: @@ -24,4 +25,5 @@ install: script: - vendor/github.com/kubernetes/repo-infra/verify/verify-boilerplate.sh --rootdir=$(pwd) - vendor/github.com/kubernetes/repo-infra/verify/verify-go-src.sh -v --rootdir $(pwd) -- travis_wait 20 goveralls -service=travis-ci +- travis_wait 20 roveralls +- goveralls -coverprofile=roveralls.coverprofile -service=travis-ci