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