From ae4fde2e2ae88291d6d656137169ff4003d184a1 Mon Sep 17 00:00:00 2001 From: eldiener Date: Sun, 29 Oct 2017 21:41:25 -0400 Subject: [PATCH] Removed --depth 1 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 085a1d3..c3fc6e7 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/function_types - python tools/boostdep/depinst/depinst.py -I example function_types - ./bootstrap.sh