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