Skip to content

Commit

Permalink
Post coverage results to coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Feb 6, 2018
1 parent 454fe6e commit 338977b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ go:
- 1.8
- tip

sudo: false
before_install:
- go get github.com/mattn/goveralls
script:
- go test -v ./...
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 338977b

Please sign in to comment.