diff --git a/.travis.yml b/.travis.yml index 23c37645f..c45c32ed6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 : -std=c++11 ;" > ~/user-config.jam' diff --git a/simulation/libsimulator b/simulation/libsimulator index 48c4dd76d..dc868f86c 160000 --- a/simulation/libsimulator +++ b/simulation/libsimulator @@ -1 +1 @@ -Subproject commit 48c4dd76d728d153ea183dc1cfeeff4ac0f8d7d7 +Subproject commit dc868f86caa44fdb3fcf41e99b881a916a457781