trying to fix MacOS compilation on travis by remving unused dependency that causes python2 to collide with python3

This commit is contained in:
csoler 2019-12-30 11:57:22 +01:00
parent 358aa1e0ab
commit a60cf61df5
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

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