Update .travis.yml

This commit is contained in:
Liang Ding 2014-12-20 18:04:25 +08:00
parent ba08da858b
commit 9a8d0ea83d
1 changed files with 1 additions and 1 deletions

View File

@ -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