diff --git a/.travis.yml b/.travis.yml index fd457da..f849ffc 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 -repotoken=REPO_TOKEN + - $GOPATH/bin/goveralls -service=travis-ci -coverprofile=.coverprofile -repotoken=$REPO_TOKEN