ci: Use brew upgrade --ignore-dependencies

This commit is contained in:
Konstantinos Sideris 2018-09-18 19:22:59 +03:00
parent 40b38fe7ac
commit b5b4a0e963
1 changed files with 1 additions and 1 deletions

View File

@ -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 boost
brew upgrade --ignore-dependencies boost cmake
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python get-pip.py