From 3ab6d149fb1d1d05d588544c1ca978e0f3bf6b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sun, 23 Dec 2018 08:11:26 +0000 Subject: [PATCH] fix(ci): drop go module tidy check from travis go modules leave checksums of old releases which gets removed when tidy is run, so the diff check is likely to pick us something every time a go module was bumped. Can't have it on CI this way as it will keep failing jobs --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6fe51a0b2..64a8a25ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,8 +77,6 @@ jobs: - export GO111MODULE=on # compile assets via webpack and build those into bindata_assetfs.go file - make bindata_assetfs.go - # tidy module deps to ensure we only have what we needed (git diff will pick it up) - - go mod tidy -v # verify that there are no uncommited changes from (re)compiling sass # assets - git diff --exit-code