From: Marcel Raad Date: Tue, 2 Apr 2019 12:35:19 +0000 (+0200) Subject: travis: install lcov only for the coverage job X-Git-Tag: curl-7_65_0~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22c28284f679920ba38958469f03a1326d1b999d;p=curl travis: install lcov only for the coverage job Reduces the time needed for the other jobs a little. Closes https://github.com/curl/curl/pull/3721 --- diff --git a/.travis.yml b/.travis.yml index ed8c9d4a8..dc6933453 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ addons: packages: &common_packages - cmake - gcc-8 - - lcov - valgrind - libev-dev - libc-ares-dev @@ -233,6 +232,13 @@ matrix: env: - T=coverage - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" + addons: + apt: + sources: + - *common_sources + packages: + - *common_packages + - lcov - os: linux compiler: gcc dist: trusty