.travis.yml update
This commit is contained in:
parent
f3a8786b3f
commit
3a5c1a8e47
|
@ -47,11 +47,5 @@ matrix:
|
|||
- ./build.sh coverage
|
||||
- make V=1 -j10
|
||||
after_success:
|
||||
- coveralls --gcov-options '\-lp' \
|
||||
--exclude debian \
|
||||
--exclude doc \
|
||||
--exclude icon \
|
||||
--exclude logo \
|
||||
--exclude m4 \
|
||||
--exclude scripts
|
||||
- coveralls --gcov-options '\-lp' -e debian -e doc -e icon -e logo -e m4 -e scripts
|
||||
|
||||
|
|
Loading…
Reference in New Issue