Skip to content

Commit

Permalink
Add github.com/mattn/goveralls to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillyerd committed Dec 3, 2016
1 parent 47f76d7 commit b7b5de3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ language: go
sudo: false

before_script:
- go get github.com/mattn/goveralls
- go vet ./...

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

go:
- 1.7.3
- master

0 comments on commit b7b5de3

Please sign in to comment.