Prechádzať zdrojové kódy

fix string checking logic

Darien Raymond 9 rokov pred
rodič
commit
fbb44e7e02
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      testing/coverage/coverall

+ 1 - 1
testing/coverage/coverall

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-if [ -z "${TRAVIS_TAG}" ]; then
+if [ -n "${TRAVIS_TAG}" ]; then
   exit 0
 fi