We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b22ce commit e5e1124Copy full SHA for e5e1124
.travis.yml
@@ -68,7 +68,7 @@ matrix:
68
- export ANDROID_NDK_HOME=$ANDROID_HOME/ndk-bundle
69
install:
70
- 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
+ - curl -o cmake_install.sh https://cmake.org/files/v3.12/cmake-3.12.2-Linux-x86_64.sh
72
- sudo chmod +x ./cmake_install.sh
73
- sudo ./cmake_install.sh --prefix=/opt/ --exclude-subdir --skip-license
74
- export PATH=/opt/bin/:$PATH
0 commit comments