summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-20 21:05:40 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-20 21:05:40 -0500
commitc8e9f25b852fa94a7793231323bfd2b9f26fc5dd (patch)
tree1163aec1f4f7a990527d7d1615e916e6856bb1ed
parent9305f89f3940c310a3bd826da6c8d9d93869379c (diff)
ci: fix macOS asciidoc installation0.8.1
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f95f29ba..281bf560 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,8 @@ matrix:
env: TARGET=x86_64-unknown-linux-musl
- os: osx
rust: nightly
- env: TARGET=x86_64-apple-darwin
+ # XML_CATALOG_FILES is apparently necessary for asciidoc on macOS.
+ env: TARGET=x86_64-apple-darwin XML_CATALOG_FILES=/usr/local/etc/xml/catalog
- os: linux
rust: nightly
env: TARGET=arm-unknown-linux-gnueabihf GCC_VERSION=4.8