check vendor status in travis

This commit is contained in:
James Bardin 2017-02-24 13:45:26 -05:00
parent 0220b83466
commit 1c50c53da3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ install:
- bash scripts/gogetcookie.sh
- go get github.com/kardianos/govendor
script:
- make vet test
- make vet vendor-status test
- GOOS=windows go build
branches:
only: