travis upd

This commit is contained in:
wgroeneveld 2018-08-14 09:26:08 +02:00
parent ae52a7678d
commit f33c8a8a6d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ before_install:
# Install a supported cmake version
- mkdir -p ~/cmake
- wget -O cmake.sh https://cmake.org/files/v3.12/cmake-3.12.1-Linux-x86_64.sh
- sudo sh cmake.sh --skip-license --exclude-subdir --prefix="${HOME}/cmake
- sudo sh cmake.sh --skip-license --exclude-subdir --prefix="${HOME}/cmake"
- export PATH=~/cmake/bin:$PATH
- cmake --version