mirror of
https://github.com/vale981/libblobpack
synced 2025-03-05 09:51:42 -05:00
update travis file
This commit is contained in:
parent
05f361d6a1
commit
f54a813393
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: c
|
language: c
|
||||||
install:
|
install:
|
||||||
- pip install --user cpp-coveralls
|
- pip install --user cpp-coveralls
|
||||||
script: autoreconf -i && ./configure --enable-gcov && make && make check
|
script: autoreconf && ./configure --enable-code-coverage && make && make check
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
Loading…
Add table
Reference in a new issue