Skip to content

Commit

Permalink
Add goveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Jul 17, 2015
1 parent 8fc7451 commit d61c807
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ go:
- 1.3
- 1.4.1
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
after_success:
- $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit d61c807

Please sign in to comment.