Add vendor-status check to travis

This commit is contained in:
James Bardin 2017-01-20 12:01:40 -05:00
parent 7f6f11b9f2
commit 1aef515aba
1 changed files with 2 additions and 1 deletions

View File

@ -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: