Skip to content

Commit a79a852

Browse files
committed
Shallow submodule checkout.
1 parent 28236f9 commit a79a852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
# Make xtensa-esp32-elf available for all terminal sessions
3434
- export PATH=$PATH:$HOME/esp/xtensa-esp32-elf/bin
3535
# Get ESP-IDF from github
36-
- git clone --recursive --branch v3.3 --single-branch https://github.com/espressif/esp-idf.git
36+
- git clone --recursive --branch v3.3 --single-branch --shallow-submodules https://github.com/espressif/esp-idf.git
3737
# Set the path to ESP-IDF directory
3838
- export IDF_PATH=~/esp/esp-idf
3939
# Install python dependencies

0 commit comments

Comments
 (0)