Ver Fonte

Merge pull request #1895 from SCG82/fix-travis

CI: Fix travis test on OSX
Jim há 6 anos atrás
pai
commit
c4807ffef5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      CI/install-dependencies-osx.sh

+ 1 - 1
CI/install-dependencies-osx.sh

@@ -10,7 +10,7 @@ set -e
 # Echo all commands before executing
 set -v
 
-if [ -v "$TRAVIS" ]; then
+if [[ $TRAVIS ]]; then
   git fetch --unshallow
 fi