Update .drone.yml

This commit is contained in:
Brad Rydzewski 2015-06-04 12:04:44 -07:00
parent 9d0d81fa97
commit 7f57c4f960

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/vet
- go get -u github.com/jteeuwen/go-bindata/...
- make bindata deps
- make build