From cf0b327ae8e12c702ab106fb1e12f801154566dd Mon Sep 17 00:00:00 2001 From: Vladimir Batov Date: Sun, 23 Dec 2018 07:10:57 +1100 Subject: [PATCH] CromwellEnage : Update .yml scripts as per Peter Dimov's message announcing the merging of CMake into boostorg/develop --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4615b87..4b25e7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -191,6 +191,8 @@ install: - cd .. - git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root - cd boost-root + - git submodule update --init tools/boost_install + - git submodule update --init libs/headers - git submodule update --init tools/build - git submodule update --init libs/config - git submodule update --init tools/boostdep