diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-08-11 14:24:28 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-08-11 17:23:40 +0200 |
commit | e8468a985261a8cf874c118117ebdfaa8a077af6 (patch) | |
tree | 612314e41bdd1754fc33a956d967c412b212b0ad | |
parent | 359af563a1133046c6b96934cc8589021b25bbb6 (diff) | |
download | hugo-e8468a985261a8cf874c118117ebdfaa8a077af6.tar.gz hugo-e8468a985261a8cf874c118117ebdfaa8a077af6.zip |
travis: Fix docutils setup
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 73cd1f1b9..f1e368ca1 100644 --- 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 |