Travis: add a missing macOS asciidoc dependency

This commit is contained in:
teor 2018-08-10 16:24:31 +10:00
parent f4f2e43f5d
commit e78f9c5dfb
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -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