From bc966c41ad4fdc7560517f72f6bbac869d54ce9e Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Thu, 18 May 2017 19:43:19 +0100 Subject: [PATCH] Fix missing dependencies in travis build. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2fa39176..4bd1d334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -311,7 +311,9 @@ install: - cd boost-root - git submodule update --init tools/build - git submodule update --init libs/config + - git submodule update --init tools/boostdep - cp -r $TRAVIS_BUILD_DIR/* libs/config + - python tools/boostdep/depinst/depinst.py config - ./bootstrap.sh - ./b2 headers