summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-12-03 17:25:22 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2019-12-03 17:25:22 +0100
commit610e4dbe906d6638e6ba7d6fc6f0fd0f092feacf (patch)
tree7f534ce076632364b8b60076f10b4652af2fd510 /.ci
parentAdd encrypted file download (diff)
downloadnheko-610e4dbe906d6638e6ba7d6fc6f0fd0f092feacf.tar.xz
Bump required boost and cmake version to match mtxclient
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index 0942af62..2c7c71e3 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -31,8 +31,8 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
         QT_PKG="59"
     fi
 
-    wget https://cmake.org/files/v3.12/cmake-3.12.2-Linux-x86_64.sh
-    sudo sh cmake-3.12.2-Linux-x86_64.sh  --skip-license  --prefix=/usr/local
+    wget https://cmake.org/files/v3.15/cmake-3.15.5-Linux-x86_64.sh
+    sudo sh cmake-3.15.5-Linux-x86_64.sh  --skip-license  --prefix=/usr/local
 
     mkdir -p build-libsodium
     ( cd build-libsodium