diff --git a/.travis.yml b/.travis.yml index fc5f6370685e5494cad42a380ecf53fcb219fddc..5a1bfc2f3dee233c9e67dadb14fea1e14b7bd02c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -240,5 +240,5 @@ script: - if test "$CPPCHECK" == yes ; then make codecheck ; fi after_success: - if test "$MAKEDOC" == yes ; then ./.travis/push doc ; fi - - if test "$MAKECOVERAGE" == yes ; then bash <(curl -s https://codecov.io/bash) ; fi - if test "$MAKECOVERAGE" == yes ; then ./.travis/push coverage ; fi + - if test "$MAKECOVERAGE" == yes ; then bash <(curl -s https://codecov.io/bash) > /dev/null ; fi