From 4ef199bf1c8c0e9e78e291b629f72d0be12c4c30 Mon Sep 17 00:00:00 2001 From: Joe <rubberduckie3554@gmail.com> Date: Sun, 24 Feb 2019 22:03:00 -0500 Subject: [PATCH] Don't error if boost and cmake are already updated --- .ci/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/script.sh b/.ci/script.sh index f3150ea00..3e5cd18cd 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -27,7 +27,7 @@ fi if [ $TRAVIS_OS_NAME == osx ]; then brew update - brew upgrade cmake boost + brew upgrade cmake boost || true # Build dependencies. cmake -Hdeps -B.deps -DCMAKE_BUILD_TYPE=Release \ -DUSE_BUNDLED_BOOST=OFF \ -- GitLab