build: Travis-CI build should use vendor directory when building for Windows
This commit is contained in:
parent
97bdeddabe
commit
67041486c5
|
@ -36,7 +36,7 @@ script:
|
||||||
- make vendor-status
|
- make vendor-status
|
||||||
- make test
|
- make test
|
||||||
- make e2etest
|
- 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
|
# website-test is temporarily disabled while we get the website build back in shape after the v0.12 reorganization
|
||||||
#- make website-test
|
#- make website-test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue