Add vendor-status check to travis

pull/11308/head
James Bardin 9 years ago
parent 7f6f11b9f2
commit 1aef515aba

@ -9,8 +9,9 @@ install:
# packages that live there.
# See: https://github.com/golang/go/issues/12933
- bash scripts/gogetcookie.sh
- go get github.com/kardianos/govendor
script:
- make test vet
- make vendor-status vet test
- GOOS=windows go build
branches:
only:

Loading…
Cancel
Save