From 95b72c317025d2e6752eeeec0f7f807d18106d4f Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 18 Sep 2018 19:09:54 +0300 Subject: [PATCH] Don't upgrade cmake on the macOS job --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index ec03b363..409d44c0 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -5,7 +5,7 @@ set -ex if [ $TRAVIS_OS_NAME == osx ]; then brew update brew install qt5 lmdb clang-format ninja libsodium cmark - brew upgrade boost cmake + brew upgrade boost curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py sudo python get-pip.py