diff --git a/.ci/install.sh b/.ci/install.sh index 35e9b561..59114baf 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -5,7 +5,7 @@ set -ex if [ $TRAVIS_OS_NAME == osx ]; then brew update brew install qt5 lmdb clang-format ninja libsodium cmark - brew upgrade --ignore-dependencies boost cmake + brew upgrade boost cmake || true curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py sudo python get-pip.py