From 9439ae62d6a0f1f3a2a697c77bbc72f1a7ce287e Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 20 Dec 2018 20:49:01 +0300 Subject: [PATCH] Re-added manual checkout of libs/config in CI as Boost.Build depends on it. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d50606f..3fa6587 100644 --- a/.travis.yml +++ b/.travis.yml @@ -254,10 +254,11 @@ install: - cd .. - git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root - cd boost-root - - git submodule init libs/headers - git submodule init tools/build - git submodule init tools/boostdep - git submodule init tools/boost_install + - git submodule init libs/headers + - git submodule init libs/config - git submodule update --jobs 4 - cp -r $TRAVIS_BUILD_DIR/* libs/detail - python tools/boostdep/depinst/depinst.py detail