From 1535cb155d924de79e7ccbdbcef7dcda7e07360c Mon Sep 17 00:00:00 2001 From: Jojo-1000 <33495614+Jojo-1000@users.noreply.github.com> Date: Sun, 12 Apr 2020 19:21:42 +0200 Subject: [PATCH] Remove custom cmake download from travis. --- .travis.yml | 7 ------- 1 file changed, 0 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 48695ef..d243034 100755 --- a/.travis.yml +++ b/.travis.yml @@ -43,13 +43,6 @@ before_install: install: # CodeCov - sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-5 90 - # Download and install recent cmake - - if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then - CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.0-Linux-x86_64.tar.gz"; - mkdir -p ${DEPS_DIR}/cmake; - travis_retry wget --no-check-certificate --quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C ${DEPS_DIR}/cmake; - export PATH=${DEPS_DIR}/cmake/bin:${PATH}; - fi # we have to build lcov on our own, because it is not possible to install lcov-1.13 with apt - wget http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.13.orig.tar.gz && tar xf lcov_1.13.orig.tar.gz && make -C lcov-1.13 "PREFIX=${HOME}/.local" install && export PATH="${PATH}:${HOME}/.local/bin"; # show info -- libgit2 0.21.4