update travis to catch vet failures

This commit is contained in:
Jake Champlin 2017-05-19 09:12:56 -04:00
parent 1a0c680a63
commit 76e99dcff4
No known key found for this signature in database
GPG Key ID: DC31F41958EF4AC2
1 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,9 @@ install:
- bash scripts/gogetcookie.sh
- go get github.com/kardianos/govendor
script:
- make vet vendor-status test
- make vendor-status
- make test
- make vet
- GOOS=windows go build
branches:
only:
@ -39,4 +41,4 @@ notifications:
matrix:
fast_finish: true
allow_failures:
- go: tip
- go: tip