From 9e229a7544a8d0dc4b88841f3cd89e385d7fa764 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 14 Sep 2015 09:42:49 +0200 Subject: [PATCH] travis: use --depth 1 option for submodules since only last revision is needed to speed up build a bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0fe35ffa0..93f4a84c0 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 + - git submodule update --init --recursive --depth 1 install: - ./prepare.py -d x86_64 -G Ninja