1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-04-22 08:19:08 +00:00

travis: Set GO111MODULE=on for mage install

See 
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