diff --git a/.travis.yml b/.travis.yml index 915d0bb535b6d..73a7076d3081d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,10 +67,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; + git submodule update --init && src/ci/run.sh; else - git submodule update --init; + git submodule update --init && src/ci/docker/run.sh $IMAGE; fi