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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue