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

Don't upgrade cmake on osx

parent 3d2627e4
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 cmake
brew upgrade boost
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