diff --git a/.travis.yml b/.travis.yml index dc3a331..bcc1a2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,9 @@ install: - cd .. - git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root - cd boost-root - - git submodule update --init --depth 1 tools/build - - git submodule update --init --depth 1 libs/config - - git submodule update --init --depth 1 tools/boostdep + - git submodule update --init tools/build + - git submodule update --init libs/config + - git submodule update --init tools/boostdep - cp -r $TRAVIS_BUILD_DIR/* libs/iterator - python tools/boostdep/depinst/depinst.py iterator - ./bootstrap.sh