From a74b935fef3693565504215c24104f577f7ae325 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 20 Dec 2019 17:02:07 +0100 Subject: [PATCH] Re-add GO111MODULE --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d5c3ffe..f8c318a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ jobs: if: type = pull_request language: go go: '1.13' - before_script: go install mvdan.cc/sh/v3/cmd/shfmt + before_script: GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt script: shfmt -d -s -ln posix -i 0 -ci -kp install-php-extensions scripts/common scripts/travisci-test-extensions scripts/travisci-update-readme scripts/update-readme - <<: *test-extensions-job-template