.travis.yml update
This commit is contained in:
parent
3a5c1a8e47
commit
053b6bcf30
|
@ -46,6 +46,8 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- ./build.sh coverage
|
- ./build.sh coverage
|
||||||
- make V=1 -j10
|
- make V=1 -j10
|
||||||
|
- echo input | examples/string-operations
|
||||||
|
- examples/termcap
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls --gcov-options '\-lp' -e debian -e doc -e icon -e logo -e m4 -e scripts
|
- coveralls --gcov-options '\-lp' -e debian -e doc -e icon -e logo -e m4 -e scripts
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue