Ver código fonte

try again to skip coverage on release

Darien Raymond 9 anos atrás
pai
commit
360c222c1c
1 arquivos alterados com 1 adições e 1 exclusões
  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