From ddaefafa1ad229efd5e84608ffc418c98a85eb8c Mon Sep 17 00:00:00 2001 From: Godzil Date: Tue, 18 Feb 2020 12:24:05 +0000 Subject: [PATCH] Don't fully understand coveralls behaviour. Let's try building with gcc to see it is works better. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2cd671b..fb66494 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ jobs: include: - stage: "Coverage" os: linux - compiler: clang + compiler: gcc script: - mkdir coverage - cd coverage