Update Travis CI build.

This commit is contained in:
iabdalkader 2021-05-28 21:38:32 +02:00
parent 4d50e5682c
commit 52e374961e

View File

@ -5,7 +5,7 @@ language: c
stage: build stage: build
git: git:
depth: 5 depth: 1
submodules: false submodules: false
notifications: notifications:
@ -22,8 +22,8 @@ cache:
script: script:
# update submodules # update submodules
- git submodule update --init --depth=5 - git submodule update --init --depth=1 --no-single-branch
- git -C src/micropython/ submodule update --init --depth=5 - git -C src/micropython/ submodule update --init --depth=1
# install ARM GCC # install ARM GCC
- pushd . - pushd .
- cd ~ && mkdir gcc && cd gcc - cd ~ && mkdir gcc && cd gcc