Improves travis configuration

This commit is contained in:
Manu Mtz-Almeida 2015-06-06 17:35:30 +02:00
parent dde06a07f0
commit 042046e1f8
1 changed files with 2 additions and 0 deletions

View File

@ -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: