Explorar el Código

try again to skip coverage on release

Darien Raymond hace 9 años
padre
commit
360c222c1c
Se han modificado 1 ficheros con 1 adiciones y 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