diff --git a/.travis.yml b/.travis.yml index 518bd65..ef87b9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,6 +72,6 @@ script: after_success: - | if [ "${GHC_COVERAGE}" = "1" ]; then - coveralls --root . -E ".*CMakeFiles.*" + coveralls --root . --gcov gcov-8 -E ".*CMakeFiles.*" fi