Skip to content

Commit

Permalink
Enable coveralls.io integration
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-nichter committed Mar 10, 2017
1 parent 490f1e1 commit da00229
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
language: go

go:
- 1.6
- 1.7
- 1.8

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

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

0 comments on commit da00229

Please sign in to comment.