Kaynağa Gözat

fix string checking logic

Darien Raymond 9 yıl önce
ebeveyn
işleme
fbb44e7e02
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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