Skip to content

Commit

Permalink
ci: fix macOS asciidoc installation
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Feb 21, 2018
1 parent 9305f89 commit c8e9f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8e9f25

Please sign in to comment.