TravisCI MacOS disable xapian which depends on broken brew python

This commit is contained in:
Gioacchino Mazzurco 2020-01-07 11:37:06 +01:00
parent 531bdcccf1
commit f4d7fe4dde
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -32,7 +32,7 @@ before_install:
- if [ $TRAVIS_OS_NAME == osx ]; then brew link --force qt5 ; fi
- >
if [ $TRAVIS_OS_NAME == osx ]; then
brew install openssl miniupnpc rapidjson sqlcipher xapian;
brew install openssl miniupnpc rapidjson sqlcipher;
fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew install p7zip; fi
- if [ $TRAVIS_OS_NAME == osx ]; then npm install -g appdmg; fi