From 67041486c516cf1217c808d4a2365181afe692cc Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 20 Nov 2018 11:59:48 -0800 Subject: [PATCH] build: Travis-CI build should use vendor directory when building for Windows --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ba4a2e45a..6a554d726 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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