summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a784f227..352e9e3ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,14 +14,12 @@ matrix:
fast_finish: true
install:
- go get github.com/magefile/mage
- - mage vendor
+ - mage -v vendor
script:
- - mage hugoRace
+ - mage -v hugoRace
- mage -v check
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
before_install:
- - which asciidoctor || true
- gem install asciidoctor
- - which asciidoctor || true
- - type asciidoctor || true
+ - type asciidoctor