From 37a9517f1e489d947ddf1b61b329d38b7c80d125 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 21 Dec 2013 20:28:06 +0100 Subject: [PATCH] .travis.yml: Use verbose coveralls output. This is to see what's going on in the logs. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2