From: Sebastian Harl Date: Mon, 30 Jun 2014 18:46:47 +0000 (+0200) Subject: Travis: Ignore .y/.l files when running cpp-coveralls. X-Git-Tag: sysdb-0.2.0~3^2 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=e2cd874fdfec5130d6c5096a734961bc93bcae33 Travis: Ignore .y/.l files when running cpp-coveralls. --- 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