From 2a7d457582874310ea15d40775102a08f73ea7e7 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 23 May 2017 12:20:17 -0700 Subject: [PATCH] try faster checkout of git repos on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4bf3c8a6..ffe36334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ before_install: - wget http://downloads.arduino.cc/arduino-1.6.11-linux64.tar.xz - tar xf arduino-1.6.11-linux64.tar.xz install: - - git clone --recurse-submodules https://github.com/keyboardio/Arduino-Boards hardware/keyboardio/avr + - git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Arduino-Boards hardware/keyboardio/avr script: - make build-all BOARD_HARDWARE_PATH=$(pwd)/hardware ARDUINO_PATH=$(pwd)/arduino-1.6.11