From: Sebastian Harl Date: Thu, 10 Apr 2014 13:59:49 +0000 (+0200) Subject: Travis: Don't use 'coveralls --verbose'. X-Git-Tag: sysdb-0.1.0~132^2~8 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=7348cf2a8dc681bdfb3ae826e157dc747ef33fbf Travis: Don't use 'coveralls --verbose'. coveralls reports work fine now, so we don't need this anymore. --- 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