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'