Merge pull request #14662 from hashicorp/f-travis-vet

update travis to catch vet failures
This commit is contained in:
Jake Champlin 2017-05-19 09:31:52 -04:00 committed by GitHub
commit ff06ffdf81
1 changed files with 4 additions and 2 deletions

View File

@ -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