diff --git a/.travis.yml b/.travis.yml index 844071b..18f3738 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,6 @@ script: - go get github.com/mattn/goveralls - go install github.com/mattn/goveralls - go test -v -covermode=count -coverprofile=coverage.out + +after_script: - $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN