Skip to content

Commit

Permalink
Update CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
frabert committed Sep 22, 2018
1 parent 84b22ce commit e5e1124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ matrix:
- export ANDROID_NDK_HOME=$ANDROID_HOME/ndk-bundle
install:
- sudo apt-get purge cmake
- 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
- sudo chmod +x ./cmake_install.sh
- sudo ./cmake_install.sh --prefix=/opt/ --exclude-subdir --skip-license
- export PATH=/opt/bin/:$PATH
Expand Down

0 comments on commit e5e1124

Please sign in to comment.