package fix
This commit is contained in:
@ -3,7 +3,7 @@ language: go
|
|||||||
before_install:
|
before_install:
|
||||||
- go get github.com/axw/gocov/gocov
|
- go get github.com/axw/gocov/gocov
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- go get code.google.com/p/go.tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
script:
|
script:
|
||||||
- make test testrace
|
- make test testrace
|
||||||
- goveralls
|
- goveralls
|
||||||
|
Reference in New Issue
Block a user