Skip to content

Commit

Permalink
fix coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgk committed Mar 14, 2018
1 parent 43454d1 commit 7fef81c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
language: go

go:
- 1.9.x
- tip

before_install:
- go get github.com/mattn/goveralls

script:
- $GOPATH/bin/goveralls -service=travis-ci -package .

0 comments on commit 7fef81c

Please sign in to comment.