From b80ffbeb3dca5e9f3f30ce4d7563d06b763fa1b0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 16 Feb 2017 15:35:53 +0200 Subject: [PATCH] Remove tools/inspect from appveyor.yml --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d35c12d..9b4944a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,6 @@ install: - git submodule init libs/throw_exception - git submodule init libs/type_traits - git submodule init tools/build - - git submodule init tools/inspect - git submodule update - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\smart_ptr - bootstrap