diff --git a/.ci/install.sh b/.ci/install.sh index c291a293524abaf9243176cf74f6fe0f518f7bbe..7a70d8753a707ae16a1b831764bda38087ece552 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -4,6 +4,6 @@ set -ex if [ $TRAVIS_OS_NAME == osx ]; then brew update || true - brew upgrade boost + brew upgrade boost || true brew install libsodium fi