From: Sebastian Harl Date: Sat, 21 Dec 2013 19:28:06 +0000 (+0100) Subject: .travis.yml: Use verbose coveralls output. X-Git-Tag: sysdb-0.1.0~294 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=37a9517f1e489d947ddf1b61b329d38b7c80d125;ds=sidebyside .travis.yml: Use verbose coveralls output. This is to see what's going on in the logs. --- diff --git a/.travis.yml b/.travis.yml index 6aa1200..0695684 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_script: - ./autogen.sh script: ./configure CFLAGS="-O0 --coverage --no-inline -Wno-sign-conversion" && make && make test after_success: - - coveralls --exclude t + - coveralls --exclude t --verbose branches: only: - master