diff options
author | teor <teor@torproject.org> | 2018-08-10 18:26:33 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-10 18:26:33 +1000 |
commit | d514e98663fbac3107d02f492fbff9d6018c275d (patch) | |
tree | 137c21c99f8979424983f2a967a307c81a663916 /.travis.yml | |
parent | e78f9c5dfb55e71fa79c152d13a1ff72fd907040 (diff) | |
download | tor-d514e98663fbac3107d02f492fbff9d6018c275d.tar.gz tor-d514e98663fbac3107d02f492fbff9d6018c275d.zip |
Travis: add a missing macOS asciidoc env var
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index eed1371818..8b8621007e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,6 +125,7 @@ install: ## 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 + - if [[ "$ASCIIDOC_OPTIONS" == "" ]] && [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export XML_CATALOG_FILES="/usr/local/etc/xml/catalog"; fi ## ## Finally, list installed package versions - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then dpkg-query --show; fi |