From 5f81bd18d4712fda50c8fd0a11f656327eaaed7d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 14 Mar 2017 00:46:55 +0200 Subject: [PATCH] Remove tools/inspect from CI. --- .travis.yml | 1 - appveyor.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index baa848b..a888e72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -142,7 +142,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 tools/inspect - git submodule update --init libs/config - git submodule update --init tools/boostdep - mkdir libs/mp11 diff --git a/appveyor.yml b/appveyor.yml index c3ce666..d4eb4f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,6 @@ install: - git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root - cd boost-root - git submodule update --init tools/build - - git submodule update --init tools/inspect - git submodule update --init libs/config - git submodule update --init tools/boostdep - mkdir libs\mp11