Parcourir la source

fix string checking logic

Darien Raymond il y a 9 ans
Parent
commit
fbb44e7e02
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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