summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7058711be..7c2948f49 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