From f37f57a8147d137d8aa82c01e11f1ce7861562c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 5 Oct 2016 14:11:56 +0200 Subject: [PATCH] travis: Lock asciidoctor to 1.5.4 1.5.5 (the newly released) seems to break. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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