summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3560e64)
raw | patch | inline | side by side (parent: 3560e64)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 30 Jun 2014 18:46:47 +0000 (20:46 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 30 Jun 2014 18:46:47 +0000 (20:46 +0200) |
.travis.yml | patch | blob | history |
diff --git a/.travis.yml b/.travis.yml
index 1ee48b38b2420fc17cbf0286e5d8e0154cedc99a..8c6008096bd49f9425f17ee70a43ca92b765966c 100644 (file)
--- a/.travis.yml
+++ b/.travis.yml
- 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