Browse Source

Trying to make gcov/coveralls to work...

Godzil 4 years ago
parent
commit
b84ed7496b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -4,6 +4,11 @@ os:
    - linux
    - osx
 
+addons:
+  apt:
+    packages:
+      - lcov
+
 compiler:
    - clang
    - gcc