Update TravisCI to use latest cover paths.
This commit is contained in:
parent
9535058a7b
commit
46829e8ddc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ language: go
|
||||||
go: release
|
go: release
|
||||||
install:
|
install:
|
||||||
- go get -d -t -v ./...
|
- 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:
|
script:
|
||||||
- go test -v -covermode=count -coverprofile=profile.cov
|
- go test -v -covermode=count -coverprofile=profile.cov
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue