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

ci: Ignore brew error during upgrade

parent 8bf51aba
No related branches found
No related tags found
No related merge requests found
......@@ -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
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