update cmake version

pull/304/head
quicksilver 2019-11-07 10:22:25 +08:00
parent e7994a7c00
commit 35264a1f85
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ addons:
before_install:
- wget -O cmake.sh https://cmake.org/files/v3.14/cmake-3.14.0-Linux-x86_64.sh
- sudo sh cmake.sh --skip-license --exclude-subdir --prefix=/usr/local
- export PATH="/usr/local:$PATH"
- export PATH="$PATH:/usr/local"
install:
- source $TRAVIS_BUILD_DIR/ci/travis/install_dependency.sh
script: