Trying to find which version of gcov is installed on travis-ci.

This commit is contained in:
Godzil
2020-02-17 23:13:09 +00:00
parent a64b1288a5
commit 27ec4d5567

View File

@@ -8,7 +8,6 @@ addons:
apt:
packages:
- lcov
- gcov-7.4
compiler:
- clang
@@ -16,6 +15,8 @@ compiler:
script:
- gcov --version
- ls /usr/bin/gcov*
- mkdir build
- cd build
- cmake ..