From cc76522063d39e27b7e2d4acd4954d332924a4ff Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 17 Oct 2015 00:28:26 +0100 Subject: [PATCH] travis: Trusty has new enough lcov --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04e05052..a51906dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,11 +40,7 @@ install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then source /opt/qt55/bin/qt55-env.sh; fi - | if [[ "$TRAVIS_OS_NAME" == "linux" && "$BUILD_TYPE" == "coverage" ]]; then - # when travis upgrades ubuntu, install lcov from apt-get instead - sudo apt-get build-dep lcov - wget http://archive.ubuntu.com/ubuntu/pool/main/l/lcov/lcov_1.11.orig.tar.gz - tar xf lcov_1.11.orig.tar.gz - sudo make -C lcov-1.11/ install + sudo apt-get install -y lcov gem install coveralls-lcov lcov --directory . --zerocounters fi