From 15a846fba0d52e8cb6b8e0459048df5b73c86706 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Thu, 2 May 2019 10:45:09 +0300 Subject: [PATCH] CI fixes --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b549b03..2d052e2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,9 +98,9 @@ addons: before_install: # Cloning minimal set of Boost libraries - BOOST=$HOME/boost-local - - git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git $BOOST + - git clone -b $BOOST_BRANCH --depth 10 https://github.com/boostorg/boost.git $BOOST - cd $BOOST - - git submodule update --init --depth 1 tools/build tools/boostdep + - git submodule update --init --depth 10 tools/build tools/boostdep # 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" @@ -120,7 +120,7 @@ before_install: echo "using clang : 5 : clang++-5.0 ;" >> ~/user-config.jam echo "using clang : 6 : clang++-6.0 ;" >> ~/user-config.jam echo "using clang : 7 : clang++-7.0 ;" >> ~/user-config.jam - echo "using clang : 8 : clang++-8.0 ;" >> ~/user-config.jam + echo "using clang : 8 : clang++-8 ;" >> ~/user-config.jam echo "using clang : libc++ : clang++-libc++ ;" >> ~/user-config.jam - cd $BOOST/libs/$BOOST_LIBS_FOLDER/test/