From: Bjørn Erik Pedersen Date: Wed, 5 Oct 2016 12:36:50 +0000 (+0200) Subject: travis: Remove asciidoctor from build X-Git-Tag: v0.17~9 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=00b3667f30ab131de48779c6a791fecf85a5c026;p=brevno-suite%2Fhugo travis: Remove asciidoctor from build It fails. Will have to investigate. --- diff --git a/.travis.yml b/.travis.yml index 681f9881..f764bc17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,4 @@ script: - ./hugo -s docs/ - ./hugo --renderToMemory -s docs/ before_install: - - gem update bundler - - gem install asciidoctor - sudo pip install docutils