travis should pull submodules

This commit is contained in:
arvidn 2015-08-07 23:17:33 -04:00
parent b8861235c3
commit 55d2ebd173
1 changed files with 3 additions and 0 deletions

View File

@ -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'