mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
TravisCI MacOS disable xapian which depends on broken brew python
This commit is contained in:
parent
531bdcccf1
commit
f4d7fe4dde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user