commit 60e66d12eac7c4576e614e92dc905d06e812ad97
parent 558825cc201da2264be2e82d24fbf0d1105a0c2e
Author: Anthony Fok <foka@debian.org>
Date: Mon, 2 Apr 2018 00:44:05 -0600
travis: Clean up and increase verbosity
Diffstat:
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git 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