From 4b14639b17a0701c5cca07ce2b97519a0d361219 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sun, 23 May 2021 19:06:17 +0200 Subject: [PATCH] Update Travis build script. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef613158a..2d7c2009c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ sudo: required language: c stage: build +git: + depth: 5 + notifications: email: on_success: never @@ -18,7 +21,8 @@ cache: script: # update submodules - - git submodule update --init --recursive + - git submodule update --init --depth=5 + - git -C src/micropython/ submodule update --init --depth=5 # install ARM GCC - pushd . - cd ~ && mkdir gcc && cd gcc