build.sh + .travis.yml
This commit is contained in:
parent
f89258fa84
commit
571409e346
|
@ -73,11 +73,6 @@ matrix:
|
|||
- pip install --user cpp-coveralls
|
||||
script:
|
||||
- ./build.sh coverage
|
||||
- make V=1 -j10
|
||||
- echo input | examples/string-operations
|
||||
- examples/termcap
|
||||
- cd test
|
||||
- make check-TESTS
|
||||
after_success:
|
||||
- coveralls --gcov-options '\-lp' -e debian -e doc -e icon -e logo -e m4 -e scripts
|
||||
|
||||
|
|
Loading…
Reference in New Issue