Explorar o código

try again to skip coverage on release

Darien Raymond %!s(int64=9) %!d(string=hai) anos
pai
achega
360c222c1c
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+x} ]; then
+if [ -z "${TRAVIS_TAG}" ]; then
   exit 0
 fi