CI: Fix travis test on OSX
This commit is contained in:
@@ -10,7 +10,7 @@ set -e
|
||||
# Echo all commands before executing
|
||||
set -v
|
||||
|
||||
if [ -v "$TRAVIS" ]; then
|
||||
if [[ $TRAVIS ]]; then
|
||||
git fetch --unshallow
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user