From 60e66d12eac7c4576e614e92dc905d06e812ad97 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 2 Apr 2018 00:44:05 -0600 Subject: [PATCH] travis: Clean up and increase verbosity --- .travis.yml | 8 +++----- 1 file 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