From 75f6d5db09ab3dece910f301f3131dc01040655c Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Fri, 20 May 2016 11:36:20 +0200 Subject: [PATCH] truncate the submodule's history to 50 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 24a91b203..7c967c13c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: - sudo apt-get -qq update - sudo apt-get install -y nasm texinfo libmpfr-dev libmpc-dev libgmp-dev libisl-dev - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules - - git submodule update --init --recursive + - git submodule update --init --recursive --depth=50 script: - ./configure - wget https://www.lankes.org/deploy/bzImage