From 7348cf2a8dc681bdfb3ae826e157dc747ef33fbf Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 10 Apr 2014 15:59:49 +0200 Subject: [PATCH] Travis: Don't use 'coveralls --verbose'. coveralls reports work fine now, so we don't need this anymore. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc8953c..95f4ba5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - pip show cpp-coveralls script: ./t/cibuild.sh after_success: - - coveralls --build-root src --exclude t --verbose + - coveralls --build-root src --exclude t branches: only: - master -- 2.30.2