From: teor Date: Fri, 10 Aug 2018 06:24:31 +0000 (+1000) Subject: Travis: add a missing macOS asciidoc dependency X-Git-Tag: tor-0.2.9.17~12^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e78f9c5dfb55e71fa79c152d13a1ff72fd907040;p=thirdparty%2Ftor.git Travis: add a missing macOS asciidoc dependency --- diff --git a/.travis.yml b/.travis.yml index 7583eb7490..eed1371818 100644 --- a/.travis.yml +++ b/.travis.yml @@ -124,6 +124,7 @@ install: - if [[ "$COVERAGE_OPTIONS" != "" ]]; then pip install --user cpp-coveralls; fi ## If we're on OSX, and using asciidoc, install asciidoc - if [[ "$ASCIIDOC_OPTIONS" == "" ]] && [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install asciidoc; fi + - if [[ "$ASCIIDOC_OPTIONS" == "" ]] && [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install xmlto; fi ## ## Finally, list installed package versions - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then dpkg-query --show; fi