From 98e9b0dab6dd89537484f1e380c9e3c25c9761ca Mon Sep 17 00:00:00 2001 From: Marco Paland Date: Fri, 20 Apr 2018 13:27:34 +0200 Subject: chore(travis): removed coveralls support --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 955b4e7..7cff9cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,6 @@ addons: branch_pattern: master before_install: - # install coveralls - - pip install --user cpp-coveralls # connect coverity - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- @@ -61,7 +59,5 @@ script: - tmp/cov/test_suite after_success: - # Report to coveralls - - coveralls --build-root ${TRAVIS_BUILD_DIR} --include printf.cpp --gcov 'gcov-6' --gcov-options '\-lp' ## Report to codecov - bash <(curl -s https://codecov.io/bash) -- cgit v1.2.3