Skip to content
Snippets Groups Projects
Commit f108b8b9 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

ci: Don't count errors during brew upgrade

parent b5b4a0e9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment