diff --git a/.travis.yml b/.travis.yml index ff0fcf7..8436a98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false go: - "1.x" before_install: - - go get github.com/mattn/goveralls + - go install github.com/mattn/goveralls@latest script: - go test -v . - $GOPATH/bin/goveralls -service=travis-ci