1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

Try to fix coveral on travis.

This commit is contained in:
QC 2014-11-02 12:31:23 +01:00
parent f56bd03a86
commit 1a92ec90fb

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