travis: Clean up and increase verbosity

This commit is contained in:
Anthony Fok 2018-04-02 00:44:05 -06:00 committed by Bjørn Erik Pedersen
parent 558825cc20
commit 60e66d12ea

View File

@ -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