X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=8c6008096bd49f9425f17ee70a43ca92b765966c;hb=ddedc039d641d9ba1195b37af07548b63a4814b7;hp=1ee48b38b2420fc17cbf0286e5d8e0154cedc99a;hpb=cedd242274a762dfb8d8efa530a0bbb3d16446a5;p=sysdb.git diff --git a/.travis.yml b/.travis.yml index 1ee48b3..8c60080 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: - pip show cpp-coveralls script: ./t/cibuild.sh after_success: - - test "${CC}x" != "gccx" || coveralls --build-root src --exclude t + - test "${CC}x" != "gccx" || coveralls --build-root src --exclude t -E '.*\.[yl]' branches: only: - master