aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-08-10 19:06:45 +1000
committerteor <teor@torproject.org>2018-08-10 19:06:45 +1000
commitc28da0d8e105515bafdb8a9710ab965a51b3c4eb (patch)
tree256c17136bfb3b2db393291c1e6191e99be43c32 /.travis.yml
parenta1c110a2a478d3fae50871741d52659cc34f4623 (diff)
parent6463cdea55bbeb711a10153156a4b93f2471d034 (diff)
downloadtor-c28da0d8e105515bafdb8a9710ab965a51b3c4eb.tar.gz
tor-c28da0d8e105515bafdb8a9710ab965a51b3c4eb.zip
Merge branch 'travis-osx-033' into travis-osx-034
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4cd810f80e..7db7577856 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -149,6 +149,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
## If we're using Rust, download rustup
- if [[ "$RUST_OPTIONS" != "" ]]; then curl -Ssf -o rustup.sh https://sh.rustup.rs; fi
## Install the stable channels of rustc and cargo and setup our toolchain environment