From 55e81c5ba796519162b585ef21162bde1bb6a9dd Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 24 Apr 2017 21:07:48 +0300 Subject: [PATCH] Fetch test dependencies in .travis.yml --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 24b872e..16cb4ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -311,10 +311,9 @@ install: - cd boost-root - git submodule update --init tools/build - git submodule update --init libs/config - - git submodule update --init libs/assert - - git submodule update --init libs/core - - git submodule update --init libs/static_assert + - git submodule update --init tools/boostdep - cp -r $TRAVIS_BUILD_DIR/* libs/integer + - python tools/boostdep/depinst/depinst.py integer - ./bootstrap.sh - ./b2 headers