From 5f8c2a7ee04e22788590b6f00063a12a30eea4e1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 16 Feb 2017 15:34:51 +0200 Subject: [PATCH] Remove tools/inspect from .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f6efd4d..7b5505b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -259,7 +259,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 - cp -r $TRAVIS_BUILD_DIR/* libs/smart_ptr - ./bootstrap.sh