From 042046e1f8300e59e2f82742d0ddaff731c23400 Mon Sep 17 00:00:00 2001 From: Manu Mtz-Almeida Date: Sat, 6 Jun 2015 17:35:30 +0200 Subject: [PATCH] Improves travis configuration --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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: