hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit c7f057797ca7bfc781d5a2bbf181bb52360f160f
parent 08d14113b60ff70ffe922e8098e289b099a70e0f
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Tue, 28 Aug 2018 11:00:59 +0200

travis: Set GO111MODULE=on for mage install

See #5115

Diffstat:
M.travis.yml | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git 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