Skip to content

Commit

Permalink
travis: Set GO111MODULE=on for mage install
Browse files Browse the repository at this point in the history
See #5115
  • Loading branch information
bep committed Aug 28, 2018
1 parent 08d1411 commit c7f0577
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7f0577

Please sign in to comment.