commit e8468a985261a8cf874c118117ebdfaa8a077af6
parent 359af563a1133046c6b96934cc8589021b25bbb6
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Fri, 11 Aug 2017 14:24:28 +0200
travis: Fix docutils setup
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -20,4 +20,5 @@ script:
before_install:
# gem install must be run with sudo on OSX
- sudo gem install asciidoctor | gem install asciidoctor
+ # Different behaviour between Linux and OSX
- sudo apt-get install python-docutils | sudo pip install docutils