Configure Coveralls

disco_info_form
Mickael Remond 8 years ago
parent c392810d29
commit 05297ce475

@ -2,4 +2,11 @@ language: go
go:
- 1.5
- tip
- 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…
Cancel
Save