From 07312935fdcf9b810ba2154b0b5f1b174767ce5a Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Thu, 25 May 2017 19:56:41 +0100 Subject: [PATCH] Travis: remove redundent git clone --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80947ceb..0a4f55d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -430,7 +430,6 @@ install: - git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root - cd boost-root - git submodule update --init tools/build - - git submodule update --init libs/config - git submodule update --init tools/boostdep - cp -r $TRAVIS_BUILD_DIR/* libs/config - python tools/boostdep/depinst/depinst.py config