shithub: hugo

Download patch

ref: 60e66d12eac7c4576e614e92dc905d06e812ad97
parent: 558825cc201da2264be2e82d24fbf0d1105a0c2e
author: Anthony Fok <[email protected]>
date: Sun Apr 1 20:44:05 EDT 2018

travis: Clean up and increase verbosity

--- a/.travis.yml
+++ b/.travis.yml
@@ -14,14 +14,12 @@
   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