travis: Set GO111MODULE=on for mage install

See #5115
This commit is contained in:
Bjørn Erik Pedersen 2018-08-28 11:00:59 +02:00
parent 08d14113b6
commit c7f057797c

View file

@ -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