Explorar o código

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

Godzil %!s(int64=4) %!d(string=hai) anos
pai
achega
27ec4d5567
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 ..