未验证 提交 c4807ffe 编写于 作者: J Jim 提交者: GitHub

Merge pull request #1895 from SCG82/fix-travis

CI: Fix travis test on OSX
...@@ -10,7 +10,7 @@ set -e ...@@ -10,7 +10,7 @@ set -e
# Echo all commands before executing # Echo all commands before executing
set -v set -v
if [ -v "$TRAVIS" ]; then if [[ $TRAVIS ]]; then
git fetch --unshallow git fetch --unshallow
fi fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册