Skip to content

Commit

Permalink
Coveralls.io support
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Fox committed Aug 22, 2015
1 parent 719f85b commit 909e9b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ language: go
go:
- 1.4
- 1.5

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

script:
- $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit 909e9b5

Please sign in to comment.