Skip to content

Commit

Permalink
Improves travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 6, 2015
1 parent dde06a0 commit 042046e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 042046e

Please sign in to comment.