Turns out travis' git isn't newenough to do --shallow-submodules

pull/389/head
Jesse Vincent 8 years ago
parent 8370239eda
commit 18ee016f7d
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -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

Loading…
Cancel
Save