diff --git a/.travis.yml b/.travis.yml index 8103a5e0..695f0b7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ script: - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls - go test -v -covermode=count -coverprofile=coverage.out + +after_success: - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken yFj7FrCeddvBzUaaCyG33jCLfWXeb93eA notifications: