Browse Source

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

Godzil 4 years ago
parent
commit
27ec4d5567
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -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 ..