From 839e74f522444c25d22f60ecbecc1c082dc62434 Mon Sep 17 00:00:00 2001 From: SCG82 Date: Fri, 24 May 2019 11:42:49 -0700 Subject: [PATCH] CI: Fix travis test on OSX --- CI/install-dependencies-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index 5d335d4d6..e7b52c20f 100755 --- a/CI/install-dependencies-osx.sh +++ b/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