From bbb45a38ae16d70a991d65691da67d9bacd8659f Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sun, 1 Sep 2019 20:14:23 +0200 Subject: [PATCH] chore: remove temporary go modules validation. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f82cb5c..5709a4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,8 +38,9 @@ before_install: install: - go mod tidy - - git diff --exit-code go.mod - - git diff --exit-code go.sum + # Comment because go1.13 don't generate the same go.mod as go1.12 + # - git diff --exit-code go.mod + # - git diff --exit-code go.sum - go mod download before_deploy: