From 916708ce295500da9abbee4b5faa0ac09683ba58 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Sat, 30 May 2015 17:22:00 -0600 Subject: [PATCH] Disable coveralls, use codecov --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b89a0f..db11991 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,13 +23,12 @@ script: - if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug . ; fi - if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then make -j2 ; fi - make test - - if [ ${COVERAGE} = 1 ]; then coveralls -e "unittests/catch.hpp" -E ".*\.cpp" --gcov $GCOV ; fi + # - if [ ${COVERAGE} = 1 ]; then coveralls -e "unittests/catch.hpp" -E ".*\.cpp" --gcov $GCOV ; fi + - if [ ${COVERAGE} = 1 ]; then bash <(curl -s https://codecov.io/bash); fi after_script: - if [ ${CPPCHECK} = 1 ]; then contrib/codeanalysis/runcppcheck.sh ; fi -after_success: - - if [ ${COVERAGE} = 1 ]; then bash <(curl -s https://codecov.io/bash); fi notifications: email: