Browse Source

Don't fully understand coveralls behaviour. Let's try building with gcc to see it is works better.

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

+ 1 - 1
.travis.yml

@@ -24,7 +24,7 @@ jobs:
   include:
     - stage: "Coverage"
       os: linux
-      compiler: clang
+      compiler: gcc
       script:
         - mkdir coverage
         - cd coverage