Merge pull request #1750 from csoler/v0.6-MacOS-Fix

trying to fix MacOS compilation on travis by remving unused dependenc…
This commit is contained in:
csoler 2020-01-01 18:05:44 +01:00 committed by GitHub
commit 92c904cf02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,8 @@ 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 cmark;
# add cmark in the list below if we later enable cmark during compilation
brew install openssl miniupnpc rapidjson sqlcipher xapian;
fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew install p7zip; fi
- if [ $TRAVIS_OS_NAME == osx ]; then npm install -g appdmg; fi