attempt tp get submodules to work on travis again

This commit is contained in:
arvidn 2015-08-19 21:38:41 +02:00
parent bd177a857f
commit 91a08606cf
2 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,9 @@ compiler:
- gcc
- clang
git:
submodules: false
# container-based builds
sudo: false
cache:
@ -33,7 +36,7 @@ addons:
- g++-4.8
before_install:
- git submodule foreach git pull origin master --depth=1
- git submodule update --init --recursive
install:
- 'echo "using gcc : : ccache g++-4.8 : <cxxflags>-std=c++11 ;" > ~/user-config.jam'

@ -1 +1 @@
Subproject commit 48c4dd76d728d153ea183dc1cfeeff4ac0f8d7d7
Subproject commit dc868f86caa44fdb3fcf41e99b881a916a457781