summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e24c0d285..9a55b39e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,9 +13,11 @@ matrix:
- go: tip
fast_finish: true
install:
- - make vendor
+ - go get github.com/magefile/mage
+ - mage vendor
script:
- - make hugo-race check
+ - mage hugoRace
+ - mage -v check
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
before_install: