From: Anthony Fok <foka@debian.org> Date: Mon, 2 Apr 2018 06:44:05 +0000 (-0600) Subject: travis: Clean up and increase verbosity X-Git-Tag: v0.38~4 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=60e66d12eac7c4576e614e92dc905d06e812ad97;p=brevno-suite%2Fhugo travis: Clean up and increase verbosity --- diff --git a/.travis.yml b/.travis.yml index 6a784f22..352e9e3f 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