Skip to content

Commit e5e1124

Browse files
committed
Update CMake version
1 parent 84b22ce commit e5e1124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ matrix:
6868
- export ANDROID_NDK_HOME=$ANDROID_HOME/ndk-bundle
6969
install:
7070
- sudo apt-get purge cmake
71-
- curl -o cmake_install.sh https://cmake.org/files/v3.11/cmake-3.11.1-Linux-x86_64.sh
71+
- curl -o cmake_install.sh https://cmake.org/files/v3.12/cmake-3.12.2-Linux-x86_64.sh
7272
- sudo chmod +x ./cmake_install.sh
7373
- sudo ./cmake_install.sh --prefix=/opt/ --exclude-subdir --skip-license
7474
- export PATH=/opt/bin/:$PATH

0 commit comments

Comments
 (0)