aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-08-10 18:26:33 +1000
committerteor <teor@torproject.org>2018-08-10 18:26:33 +1000
commitd514e98663fbac3107d02f492fbff9d6018c275d (patch)
tree137c21c99f8979424983f2a967a307c81a663916
parente78f9c5dfb55e71fa79c152d13a1ff72fd907040 (diff)
downloadtor-d514e98663fbac3107d02f492fbff9d6018c275d.tar.gz
tor-d514e98663fbac3107d02f492fbff9d6018c275d.zip
Travis: add a missing macOS asciidoc env var
-rw-r--r--.travis.yml1
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