From 9a8d0ea83deab2a08c8cca045bdd637a8e73519d Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 20 Dec 2014 18:04:25 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1dd8fe3..db7a834 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go go: - 1.4 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: - go list -f '{{if len .TestGoFiles}}"go test -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"{{end}}' ./... | xargs sh -c