We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c52c5 commit 7b6c2cbCopy full SHA for 7b6c2cb
.travis.yml
@@ -71,10 +71,10 @@ script:
71
if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_BRANCH" != "auto" ]; then
72
echo skipping, not a full build;
73
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
74
- travis_retry git submodule update --init &&
+ travis_retry sh -c 'git submodule deinit -f . && git submodule update --init' &&
75
src/ci/run.sh;
76
else
77
78
src/ci/docker/run.sh $IMAGE;
79
fi
80
0 commit comments