From 55d2ebd173c00723158b5f141602f1614ce0d9cf Mon Sep 17 00:00:00 2001 From: arvidn Date: Fri, 7 Aug 2015 23:17:33 -0400 Subject: [PATCH] travis should pull submodules --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 783b38718..043a57cac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,9 @@ addons: - libboost1.55-all-dev - python2.7-dev +before_install: + - git submodule update --init --recursive + install: - if [ $TRAVIS_OS_NAME == "osx" ]; then sudo brew install boost boost-build python27-dev; fi - 'echo "using gcc : : ccache g++ ;" > ~/user-config.jam'