ci: Don't count errors during brew upgrade

This commit is contained in:
Konstantinos Sideris 2018-09-18 22:06:14 +03:00
parent b5b4a0e963
commit f108b8b915
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 --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