Ver Fonte

fix string checking logic

Darien Raymond há 9 anos atrás
pai
commit
fbb44e7e02
1 ficheiros alterados com 1 adições e 1 exclusões
  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