Try to fix coveral on travis.

This commit is contained in:
QC 2014-11-02 12:31:23 +01:00
parent f56bd03a86
commit 1a92ec90fb
1 changed files with 1 additions and 1 deletions

View File

@ -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>'