Configure Coveralls
This commit is contained in:
parent
c392810d29
commit
05297ce475
|
@ -3,3 +3,10 @@ language: go
|
|||
go:
|
||||
- 1.5
|
||||
- tip
|
||||
|
||||
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
|
Loading…
Reference in a new issue