mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-21 06:13:03 +00:00
travis: Lock asciidoctor to 1.5.4
1.5.5 (the newly released) seems to break.
This commit is contained in:
parent
b3a113b73a
commit
f37f57a814
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ script:
|
||||||
- ./hugo -s docs/
|
- ./hugo -s docs/
|
||||||
- ./hugo --renderToMemory -s docs/
|
- ./hugo --renderToMemory -s docs/
|
||||||
before_install:
|
before_install:
|
||||||
- gem install asciidoctor
|
- gem install asciidoctor -v 1.5.4
|
||||||
- sudo pip install docutils
|
- sudo pip install docutils
|
||||||
|
|
Loading…
Reference in a new issue