go get the go cover
tool
This commit is contained in:
parent
7f57c4f960
commit
2dbd770923
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ git:
|
||||||
script:
|
script:
|
||||||
- export GOPATH=/var/cache/drone
|
- export GOPATH=/var/cache/drone
|
||||||
- export PATH=$PATH:$GOPATH/bin
|
- export PATH=$PATH:$GOPATH/bin
|
||||||
|
- go get golang.org/x/tools/cmd/cover
|
||||||
- go get golang.org/x/tools/cmd/vet
|
- go get golang.org/x/tools/cmd/vet
|
||||||
- go get -u github.com/jteeuwen/go-bindata/...
|
- go get -u github.com/jteeuwen/go-bindata/...
|
||||||
- make bindata deps
|
- make bindata deps
|
||||||
|
|
Loading…
Reference in a new issue