From c424bbc1df671e4a7dd3af442d9337bfc6e76191 Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Sun, 4 Nov 2018 11:17:26 -0500 Subject: [PATCH] last change not needed --- ci/appveyor/install.bat | 1 - ci/travis/install.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/ci/appveyor/install.bat b/ci/appveyor/install.bat index fcf33f7..e29463d 100644 --- a/ci/appveyor/install.bat +++ b/ci/appveyor/install.bat @@ -2,7 +2,6 @@ cd .. || EXIT /B git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root || EXIT /B cd boost-root || EXIT /B -git submodule update -q --init libs/config || EXIT /B git submodule update -q --init tools/boostdep || EXIT /B git submodule update -q --init tools/build || EXIT /B git submodule update -q --init tools/inspect || EXIT /B diff --git a/ci/travis/install.sh b/ci/travis/install.sh index abc7bb6..64d7bf0 100755 --- a/ci/travis/install.sh +++ b/ci/travis/install.sh @@ -22,7 +22,6 @@ if [ "$SELF" == "interval" ]; then fi git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root cd boost-root -git submodule update -q --init libs/config git submodule update -q --init tools/boostdep git submodule update -q --init tools/build git submodule update -q --init tools/inspect