Use the updated CMake in the new Travis images

This commit is contained in:
Oliver Hamlet
2017-09-13 20:39:21 +01:00
parent 6ef398cce2
commit 86c1cc12a0
-4
View File
@@ -32,10 +32,6 @@ install:
- tar -xf doxygen-1.8.12.linux.bin.tar.gz
# Add Doxygen binary path to PATH
- export PATH="$PWD/doxygen-1.8.12/bin:$PATH"
# Get CMake (version available in repositories is too old, needs to be 3.1+)
- wget --no-check-certificate https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.tar.gz
- tar -xzf cmake-3.8.2-Linux-x86_64.tar.gz
- export PATH=$PWD/cmake-3.8.2-Linux-x86_64/bin:$PATH
before_script:
- mkdir build