summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-11-02 12:31:23 +0100
committerQC <qball@gmpclient.org>2014-11-02 12:31:23 +0100
commit1a92ec90fb9859027a60143d2c3115af382af601 (patch)
treee6f07f8934e141a994b9b484953904589c064594 /.travis.yml
parentf56bd03a8631572447155937e3063dfc2e8acf46 (diff)
Try to fix coveral on travis.
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 05222a9c..3237609a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,4 +10,4 @@ before_install:
script:
- autoreconf -i && ./configure --enable-gcov && make && make test
after_success:
- - coveralls -x c --gcov-options '\-lp'
+ - coveralls -x c --gcov-options '\-lp' -E '<built-in>'