Skip to content

Commit

Permalink
goveralls on travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gabstv committed Feb 27, 2019
1 parent a3be260 commit 4ad4325
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@ language: go
go:
- 1.10.x
- 1.11.x
- 1.12.x
- 1.12.x

before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls

script:
- go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN

0 comments on commit 4ad4325

Please sign in to comment.