From e0d89bdc47b8504028eebded8e3b901574b7067b Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 29 Jan 2019 14:44:30 +0000 Subject: [PATCH] travis: Verify unmodified dependencies --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6f818e515..9e401e501 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ before_script: script: - make test +- go mod verify - make e2etest - 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