From d7ed55db254601804ee8c1ad15d37542b9dc9a07 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 3 Oct 2020 00:01:01 -0700 Subject: [PATCH] Try shallow clones of submodules --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70ac81a2..6b75ea76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: - ccache --set-config=compiler_check=content -M 1G -F 0 install: - - git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio ../hardware/keyboardio + - git clone --depth 1 --recurse-submodules --shallow-submodules git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio ../hardware/keyboardio ## We delete the Bundle's version of Kaleidoscope, and symlink ourselves in. ## This makes sure we're using the current version of the library. - rm -rf ../hardware/keyboardio/avr/libraries/Kaleidoscope