summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-18 19:09:54 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-18 19:09:54 +0300
commit95b72c317025d2e6752eeeec0f7f807d18106d4f (patch)
tree46d1887519dd6d77c2453a036bc1032abfef5abf /.ci
parent3e49afd6ba15a763909694e6db8ececd85914e8a (diff)
Don't upgrade cmake on the macOS job
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/install.sh2
1 files changed, 1 insertions, 1 deletions
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