diff --git a/.travis.yml b/.travis.yml index 39540f10f..edce48c74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,5 @@ script: - ./hugo -s docs/ - ./hugo --renderToMemory -s docs/ before_install: - - gem install asciidoctor + - gem install asciidoctor -v 1.5.4 - sudo pip install docutils