X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=.travis.yml;h=87badb67b5e6da759f1a72b8eb031f8740e321f5;hp=fc8953c72d3b86dc0a060a1284d15ff1b4ef49f2;hb=9ccac97595f7388942120925d3b9399c6734f834;hpb=34d33513befbd38cb0df585d97216be9ab6c76ce diff --git a/.travis.yml b/.travis.yml index fc8953c..87badb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - pip show cpp-coveralls script: ./t/cibuild.sh after_success: - - coveralls --build-root src --exclude t --verbose + - test "${CC}x" != "gccx" || coveralls --build-root src --exclude t branches: only: - master