summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-08-29 16:14:19 +0200
committerQC <qball@gmpclient.org>2014-08-29 16:14:19 +0200
commit94d17b00019b195bdde2c304f5a02f75693edba2 (patch)
tree41ee5a0f187fad7eac870214d82b5e3bdf4be4bf /.travis.yml
parentfb16b110af122bff85aeaea0da9a266b8fb074ce (diff)
No idea why coverall is failing now.
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 cbf20f5d..6f99b6fd 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 -E **/*.h -e config.h --exclude lib --gcov-options '\-lp'
+ - coveralls -x c --gcov-options '\-lp'