summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-08-29 15:27:13 +0200
committerQC <qball@gmpclient.org>2014-08-29 15:27:13 +0200
commit41520160f9df7ca518b7714930c3b8b9eb8cc18c (patch)
treecf64ce7ff2ccd1212fd40dacdb94bad23da1736a /.travis.yml
parentf41657476e02056d26705484860191ba3c04150a (diff)
Only report coverage c files.
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 b944b4a7..a1bf9d27 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 --exclude lib --gcov-options '\-lp'
+ - coveralls -x c --exclude lib --gcov-options '\-lp'