diff --git a/.travis.yml b/.travis.yml index b654b77..fd457da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ before_install: script: - go test -cover -coverprofile=.coverprofile $(go list .) - - $GOPATH/bin/goveralls -service=travis-ci -coverprofile=.coverprofile + - $GOPATH/bin/goveralls -service=travis-ci -coverprofile=.coverprofile -repotoken=REPO_TOKEN