Merge pull request #1895 from SCG82/fix-travis

CI: Fix travis test on OSX
This commit is contained in:
Jim 2019-05-29 05:00:42 -07:00 committed by GitHub
commit c4807ffef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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