From 52e374961e49a5ac4065393f2c6d283f7519fafb Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Fri, 28 May 2021 21:38:32 +0200 Subject: [PATCH] Update Travis CI build. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 10415ca9a..080a7f0ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ language: c stage: build git: - depth: 5 + depth: 1 submodules: false notifications: @@ -22,8 +22,8 @@ cache: script: # update submodules - - git submodule update --init --depth=5 - - git -C src/micropython/ submodule update --init --depth=5 + - git submodule update --init --depth=1 --no-single-branch + - git -C src/micropython/ submodule update --init --depth=1 # install ARM GCC - pushd . - cd ~ && mkdir gcc && cd gcc