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