.travis.yml: only upload lcov for now
authorPaul Brossier <piem@piem.org>
Sun, 17 Sep 2017 21:15:17 +0000 (23:15 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 17 Sep 2017 21:15:17 +0000 (23:15 +0200)
.travis.yml

index e412d8f..3ed8637 100644 (file)
@@ -118,7 +118,7 @@ after_success:
       # upload lcov coverage
       coveralls-lcov build/coverage.info
       # upload python coverage
-      coveralls
+      #coveralls
     fi
 
 notifications: