From 00b3667f30ab131de48779c6a791fecf85a5c026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 5 Oct 2016 14:36:50 +0200 Subject: [PATCH] travis: Remove asciidoctor from build It fails. Will have to investigate. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 681f9881e..f764bc17b 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