Browse Source

CI: Fix travis test on OSX

SCG82 6 years ago
parent
commit
839e74f522
1 changed files with 1 additions and 1 deletions
  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