Code

Travis: Don't use 'coveralls --verbose'.
authorSebastian Harl <sh@tokkee.org>
Thu, 10 Apr 2014 13:59:49 +0000 (15:59 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 10 Apr 2014 13:59:49 +0000 (15:59 +0200)
coveralls reports work fine now, so we don't need this anymore.

.travis.yml

index fc8953c72d3b86dc0a060a1284d15ff1b4ef49f2..95f4ba5ca6de5b28d1b75182b203d213040baa55 100644 (file)
@@ -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