update travis to catch vet failures
This commit is contained in:
parent
1a0c680a63
commit
76e99dcff4
|
@ -25,7 +25,9 @@ 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 vendor-status test
|
- make vendor-status
|
||||||
|
- make test
|
||||||
|
- make vet
|
||||||
- GOOS=windows go build
|
- GOOS=windows go build
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -39,4 +41,4 @@ notifications:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
Loading…
Reference in New Issue