From a60cf61df53035c0aaebeec92abeda3900e01872 Mon Sep 17 00:00:00 2001 From: csoler Date: Mon, 30 Dec 2019 11:57:22 +0100 Subject: [PATCH] trying to fix MacOS compilation on travis by remving unused dependency that causes python2 to collide with python3 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ca43c7d7..ed39a0081 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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