2014-11-28 04:59:11 +03:00
|
|
|
language: go
|
2014-12-19 16:38:02 +03:00
|
|
|
|
|
|
|
go:
|
|
|
|
- 1.4
|
2014-12-20 13:00:49 +03:00
|
|
|
install:
|
|
|
|
- go get code.google.com/p/go.tools/cmd/cover github.com/mattn/goveralls github.com/modocache/gover
|
|
|
|
|
2014-12-20 07:14:11 +03:00
|
|
|
script:
|
2014-12-20 13:00:49 +03:00
|
|
|
- go list -f '{{if len .TestGoFiles}}"go test -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"{{end}}' ./... | xargs sh -c
|
|
|
|
- gover
|
|
|
|
- goveralls -coverprofile=gover.coverprofile -service=travis-ci -repotoken W04Y4p452CDeI9gcsC8t5y217uHnUDFCb
|