X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=87badb67b5e6da759f1a72b8eb031f8740e321f5;hp=95f4ba5ca6de5b28d1b75182b203d213040baa55;hb=9ccac97595f7388942120925d3b9399c6734f834;hpb=7348cf2a8dc681bdfb3ae826e157dc747ef33fbf diff --git a/.travis.yml b/.travis.yml index 95f4ba5..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 + - test "${CC}x" != "gccx" || coveralls --build-root src --exclude t branches: only: - master