Update .travis.yml
This commit is contained in:
parent
ba08da858b
commit
9a8d0ea83d
|
@ -3,7 +3,7 @@ language: go
|
||||||
go:
|
go:
|
||||||
- 1.4
|
- 1.4
|
||||||
install:
|
install:
|
||||||
- go get code.google.com/p/go.tools/cmd/cover github.com/mattn/goveralls github.com/modocache/gover
|
- go get golang.org/x/tools/cmd/cover github.com/mattn/goveralls github.com/modocache/gover
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go list -f '{{if len .TestGoFiles}}"go test -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"{{end}}' ./... | xargs sh -c
|
- go list -f '{{if len .TestGoFiles}}"go test -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"{{end}}' ./... | xargs sh -c
|
||||||
|
|
Loading…
Reference in New Issue