mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-10 13:12:05 -04:00
travis: Fix docutils setup
This commit is contained in:
parent
359af563a1
commit
e8468a9852
@ -20,4 +20,5 @@ script:
|
|||||||
before_install:
|
before_install:
|
||||||
# gem install must be run with sudo on OSX
|
# gem install must be run with sudo on OSX
|
||||||
- sudo gem install asciidoctor | gem install asciidoctor
|
- sudo gem install asciidoctor | gem install asciidoctor
|
||||||
|
# Different behaviour between Linux and OSX
|
||||||
- sudo apt-get install python-docutils | sudo pip install docutils
|
- sudo apt-get install python-docutils | sudo pip install docutils
|
||||||
|
Loading…
x
Reference in New Issue
Block a user