From 9cbe5a05c61572a8b553ad1c7374006c4248e286 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Wed, 23 Sep 2015 15:37:18 +0200 Subject: [PATCH] travis: stop --depth 1 for submodules, it won't work yet --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 93f4a84c0..0fe35ffa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_install: - sudo mv gas-preprocessor.pl /usr/local/bin - sudo ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize - sudo ln -s /usr/bin/strings /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/strings - - git submodule update --init --recursive --depth 1 + - git submodule update --init --recursive install: - ./prepare.py -d x86_64 -G Ninja