build: Travis-CI build should use vendor directory when building for Windows

This commit is contained in:
Martin Atkins 2018-11-20 11:59:48 -08:00 committed by GitHub
parent 97bdeddabe
commit 67041486c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ script:
- make vendor-status
- make test
- make e2etest
- GOOS=windows go build
- GOOS=windows go build -mod=vendor
# website-test is temporarily disabled while we get the website build back in shape after the v0.12 reorganization
#- make website-test