check vendor status in travis
This commit is contained in:
parent
0220b83466
commit
1c50c53da3
|
@ -10,7 +10,7 @@ install:
|
||||||
- bash scripts/gogetcookie.sh
|
- bash scripts/gogetcookie.sh
|
||||||
- go get github.com/kardianos/govendor
|
- go get github.com/kardianos/govendor
|
||||||
script:
|
script:
|
||||||
- make vet test
|
- make vet vendor-status test
|
||||||
- GOOS=windows go build
|
- GOOS=windows go build
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in New Issue