update travis file

This commit is contained in:
Martin Schröder 2016-08-30 15:06:51 +02:00
parent 05f361d6a1
commit f54a813393

View file

@ -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