go get the go cover tool

This commit is contained in:
Brad Rydzewski 2015-06-04 12:06:20 -07:00
parent 7f57c4f960
commit 2dbd770923

View file

@ -4,6 +4,7 @@ git:
script:
- export GOPATH=/var/cache/drone
- export PATH=$PATH:$GOPATH/bin
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/vet
- go get -u github.com/jteeuwen/go-bindata/...
- make bindata deps