Fix missing dependencies in travis build.

This commit is contained in:
jzmaddock
2017-05-18 19:43:19 +01:00
parent 118c432e74
commit bc966c41ad

View File

@ -311,7 +311,9 @@ install:
- cd boost-root - cd boost-root
- git submodule update --init tools/build - git submodule update --init tools/build
- git submodule update --init libs/config - git submodule update --init libs/config
- git submodule update --init tools/boostdep
- cp -r $TRAVIS_BUILD_DIR/* libs/config - cp -r $TRAVIS_BUILD_DIR/* libs/config
- python tools/boostdep/depinst/depinst.py config
- ./bootstrap.sh - ./bootstrap.sh
- ./b2 headers - ./b2 headers