From f108b8b915a16cb11a1135bf80c6c8e2bef96c0c Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 18 Sep 2018 22:06:14 +0300 Subject: [PATCH] ci: Don't count errors during brew upgrade --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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