X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=.travis.yml;h=8c6008096bd49f9425f17ee70a43ca92b765966c;hp=1ee48b38b2420fc17cbf0286e5d8e0154cedc99a;hb=ed2c9fc3e4ca6840a5a31c735f0cfc02fd21d4fc;hpb=cedd242274a762dfb8d8efa530a0bbb3d16446a5 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