Commit 1535cb155d924de79e7ccbdbcef7dcda7e07360c

Authored by Jojo-1000
Committed by Moritz Wirger
1 parent d0997ae8

Remove custom cmake download from travis.

Showing 1 changed file with 0 additions and 7 deletions
.travis.yml
@@ -43,13 +43,6 @@ before_install: @@ -43,13 +43,6 @@ before_install:
43 install: 43 install:
44 # CodeCov 44 # CodeCov
45 - sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-5 90 45 - sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-5 90
46 - # Download and install recent cmake  
47 - - if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then  
48 - CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.0-Linux-x86_64.tar.gz";  
49 - mkdir -p ${DEPS_DIR}/cmake;  
50 - travis_retry wget --no-check-certificate --quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C ${DEPS_DIR}/cmake;  
51 - export PATH=${DEPS_DIR}/cmake/bin:${PATH};  
52 - fi  
53 # we have to build lcov on our own, because it is not possible to install lcov-1.13 with apt 46 # we have to build lcov on our own, because it is not possible to install lcov-1.13 with apt
54 - 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"; 47 - 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";
55 # show info 48 # show info