Add vendor-status check to travis
This commit is contained in:
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…
Reference in New Issue