From 86c1cc12a0289b0fb8d3b6aaecb05e3d54281f7f Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 13 Sep 2017 20:39:21 +0100 Subject: [PATCH] Use the updated CMake in the new Travis images --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd593584..885737c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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