Explorar o código

fix string checking logic

Darien Raymond %!s(int64=9) %!d(string=hai) anos
pai
achega
fbb44e7e02
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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