diff --git a/.travis.yml b/.travis.yml index 15b610833b0..2b5eaecb0b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,10 +69,10 @@ script: if [ "$ALLOW_PR" = "" ] && [ "$TRAVIS_BRANCH" != "auto" ]; then echo skipping, not a full build; elif [ "$TRAVIS_OS_NAME" = "osx" ]; then - git submodule update --init && + travis_retry git submodule update --init && src/ci/run.sh; else - git submodule update --init && + travis_retry git submodule update --init && src/ci/docker/run.sh $IMAGE; fi