소스 검색

Trying to make travis having the proper gcov version.

Godzil 4 년 전
부모
커밋
a64b1288a5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -8,6 +8,7 @@ addons:
   apt:
     packages:
       - lcov
+      - gcov-7.4
 
 compiler:
    - clang