[esnacc-dev] [PATCH 11/11] travis: docbook installation on osx
Aaron Conole
aconole at bytheb.org
Tue Dec 6 19:47:09 UTC 2016
OSX builds should install the docbook libraries so that going to the
internet isn't as painful (it would fail there instead of in the actual
build for 'vague' reasons).
Signed-off-by: Aaron Conole <aconole at bytheb.org>
---
travis-prepare.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/travis-prepare.sh b/travis-prepare.sh
index 2dcf839..ad2aa77 100755
--- a/travis-prepare.sh
+++ b/travis-prepare.sh
@@ -1,6 +1,7 @@
#!/bin/bash
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
+ brew install docbook docbook-xsl docbook2x
brew uninstall libtool && brew install libtool ||
echo "Failed fixing libtool error"
fi
--
2.7.4
More information about the dev
mailing list