From: Bjørn Erik Pedersen Date: Tue, 28 Aug 2018 09:00:59 +0000 (+0200) Subject: travis: Set GO111MODULE=on for mage install X-Git-Tag: v0.48~10 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c7f057797ca7bfc781d5a2bbf181bb52360f160f;p=brevno-suite%2Fhugo travis: Set GO111MODULE=on for mage install See #5115 --- diff --git a/.travis.yml b/.travis.yml index 7058711b..7c2948f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,8 @@ matrix: - go: tip fast_finish: true install: - - go get github.com/magefile/mage - - mage -v vendor -script: + - env GO111MODULE=on go get github.com/magefile/mage + script: - mage -v test - mage -v check - mage -v hugo