Update TravisCI to use latest cover paths.

This commit is contained in:
Dave Collins 2015-02-03 09:47:09 -06:00
parent 9535058a7b
commit 46829e8ddc

View file

@ -2,7 +2,7 @@ language: go
go: release
install:
- go get -d -t -v ./...
- go get -v code.google.com/p/go.tools/cmd/cover
- go get -v golang.org/x/tools/cmd/cover
script:
- go test -v -covermode=count -coverprofile=profile.cov
after_success: