From 2dbe46f9367a5f4de422638335997480f576c3c0 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Tue, 4 Aug 2020 15:30:41 +0300 Subject: [PATCH] remove debug output --- ci/deploy-coveralls.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/deploy-coveralls.sh b/ci/deploy-coveralls.sh index bf62144..9080f0b 100755 --- a/ci/deploy-coveralls.sh +++ b/ci/deploy-coveralls.sh @@ -2,8 +2,6 @@ set -xe -set - if [ "$TRAVIS_DIST" = "trusty" ]; then echo "skip coveralls on trusty because coveralls errors out due to python issues" exit 0