From 91a08606cf78e60771711f82f38d884e2a051f40 Mon Sep 17 00:00:00 2001 From: arvidn Date: Wed, 19 Aug 2015 21:38:41 +0200 Subject: [PATCH] attempt tp get submodules to work on travis again --- .travis.yml | 5 ++++- simulation/libsimulator | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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