Skip to content

Commit

Permalink
Fix inspect build (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Aug 28, 2019
1 parent aed3a0e commit 9764b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ before_install:
- BOOST=$HOME/boost-local
- git clone -b $BOOST_BRANCH --depth 10 https://github.com/boostorg/boost.git $BOOST
- cd $BOOST
- git submodule update --init --depth 10 tools/build tools/boostdep tools/inspect
- git submodule update --init --depth 10 --jobs 2 tools/build tools/boostdep tools/inspect libs/filesystem

# Replacing Boost module with this project and installing Boost dependencies
- echo "Testing $BOOST/libs/$BOOST_LIBS_FOLDER moved from $TRAVIS_BUILD_DIR, branch $BOOST_BRANCH"
Expand Down

0 comments on commit 9764b3e

Please sign in to comment.