From 18ee016f7d735e025e7bfae3f0e4d157c7876533 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 23 May 2017 13:19:37 -0700 Subject: [PATCH] Turns out travis' git isn't newenough to do --shallow-submodules --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e265937..d9a42a5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ sudo: false os: - linux install: - - git clone --depth 1 --shallow-submodules --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 travis-test ARDUINO_PATH=$(shell pwd)/arduino BOARD_HARDWARE_PATH=$(shell pwd)/hardware