Skip to content

Commit

Permalink
Setup coveralls with travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtrangoni committed Dec 2, 2017
1 parent 50ae424 commit 3da4c67
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ language: go

go:
- 1.9.x
- 1.x
- tip

before_install:
- go get github.com/mattn/goveralls
script:
- make
- make
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 3da4c67

Please sign in to comment.