Merge pull request #356 from LK4D4/vet_checks

Add vet check to .drone.yml
This commit is contained in:
Mrunal Patel 2015-01-30 14:31:55 -08:00
commit e59984353a
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ script:
- bash /go/src/github.com/docker/docker/hack/make/validate-dco
- bash /go/src/github.com/docker/docker/hack/make/validate-gofmt
- export GOPATH="$GOPATH:/go:$(pwd)/vendor" # Drone mucks with our GOPATH
- go get golang.org/x/tools/cmd/vet && go vet ./...
- make direct-test