From 94d17b00019b195bdde2c304f5a02f75693edba2 Mon Sep 17 00:00:00 2001 From: QC Date: Fri, 29 Aug 2014 16:14:19 +0200 Subject: [PATCH] No idea why coverall is failing now. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'