Unverified Commit 22c28284 authored by Marcel Raad's avatar Marcel Raad
Browse files

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
parent c6acd333
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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