summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2018-04-02 00:44:05 -0600
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-04-02 09:20:58 +0200
commit60e66d12eac7c4576e614e92dc905d06e812ad97 (patch)
tree9057ad2f4707c25b18623baac119b4108ed33806 /.travis.yml
parent558825cc201da2264be2e82d24fbf0d1105a0c2e (diff)
travis: Clean up and increase verbosity
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