]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: add a missing macOS asciidoc env var
authorteor <teor@torproject.org>
Fri, 10 Aug 2018 08:26:33 +0000 (18:26 +1000)
committerteor <teor@torproject.org>
Fri, 10 Aug 2018 08:26:33 +0000 (18:26 +1000)
.travis.yml

index eed137181832843cafccdef87069069467c1d968..8b8621007e50673c7f94219beddca72029cd5231 100644 (file)
@@ -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