From b84ed7496bef477a92623fe9283a78a9db48e668 Mon Sep 17 00:00:00 2001 From: Godzil Date: Mon, 17 Feb 2020 22:32:33 +0000 Subject: [PATCH] Trying to make gcov/coveralls to work... --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4096e42..f23e847 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ os: - linux - osx +addons: + apt: + packages: + - lcov + compiler: - clang - gcc