mirror of
https://github.com/vale981/libblobpack
synced 2025-03-04 17:31: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
|
||||
install:
|
||||
- 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:
|
||||
- coveralls
|
||||
|
|
Loading…
Add table
Reference in a new issue