From 4fb0f9c0180bbbe355903c2adc4ab81b91463c95 Mon Sep 17 00:00:00 2001 From: David Antliff Date: Tue, 7 Apr 2020 13:24:38 +1200 Subject: [PATCH] Shallow IDF submodule checkout. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b527381..f8d2123 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ install: # Make xtensa-esp32-elf available for all terminal sessions - export PATH=$PATH:$HOME/esp/xtensa-esp32-elf/bin # Get ESP-IDF from github - - git clone --recursive --branch release/v3.3 https://github.com/espressif/esp-idf.git + - git clone --recursive --branch release/v3.3 --single-branch --shallow-submodules https://github.com/espressif/esp-idf.git # Set the path to ESP-IDF directory - export IDF_PATH=~/esp/esp-idf # Install python dependencies