Skip to content
Snippets Groups Projects
Commit 4ef199bf authored by Joe Donofry's avatar Joe Donofry
Browse files

Don't error if boost and cmake are already updated

parent 1b8c5e85
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
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