summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-08-29 15:32:46 +0200
committerQC <qball@gmpclient.org>2014-08-29 15:32:46 +0200
commitfb16b110af122bff85aeaea0da9a266b8fb074ce (patch)
tree55804c975f9d0e8e6bb65db750211d4f02ee066d /.travis.yml
parent41520160f9df7ca518b7714930c3b8b9eb8cc18c (diff)
Try to fix coveral.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a1bf9d27..cbf20f5d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,4 +11,4 @@ before_install:
script:
- autoreconf -i && ./configure --enable-gcov && make && make -C test/ test && ./test/run_errormsg_test.sh
after_success:
- - coveralls -x c --exclude lib --gcov-options '\-lp'
+ - coveralls -E **/*.h -e config.h --exclude lib --gcov-options '\-lp'