mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
travis: Clean up and increase verbosity
This commit is contained in:
parent
558825cc20
commit
60e66d12ea
1 changed files with 3 additions and 5 deletions
|
@ -14,14 +14,12 @@ matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
install:
|
install:
|
||||||
- go get github.com/magefile/mage
|
- go get github.com/magefile/mage
|
||||||
- mage vendor
|
- mage -v vendor
|
||||||
script:
|
script:
|
||||||
- mage hugoRace
|
- mage -v hugoRace
|
||||||
- mage -v check
|
- mage -v check
|
||||||
- ./hugo -s docs/
|
- ./hugo -s docs/
|
||||||
- ./hugo --renderToMemory -s docs/
|
- ./hugo --renderToMemory -s docs/
|
||||||
before_install:
|
before_install:
|
||||||
- which asciidoctor || true
|
|
||||||
- gem install asciidoctor
|
- gem install asciidoctor
|
||||||
- which asciidoctor || true
|
- type asciidoctor
|
||||||
- type asciidoctor || true
|
|
||||||
|
|
Loading…
Reference in a new issue