From fbb44e7e025b3e2f946cd280887677d63e11da32 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 24 Oct 2016 16:59:43 +0200 Subject: [PATCH] fix string checking logic --- testing/coverage/coverall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/coverage/coverall b/testing/coverage/coverall index 361414327..3ea57a277 100755 --- a/testing/coverage/coverall +++ b/testing/coverage/coverall @@ -1,6 +1,6 @@ #!/bin/bash -if [ -z "${TRAVIS_TAG}" ]; then +if [ -n "${TRAVIS_TAG}" ]; then exit 0 fi