CI: Fix travis test on OSX

This commit is contained in:
SCG82 2019-05-24 11:42:49 -07:00
parent f130e8755b
commit 839e74f522

View File

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