try faster checkout of git repos on travis

pull/389/head
Jesse Vincent 8 years ago
parent 0a8c489de7
commit 2a7d457582
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

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

Loading…
Cancel
Save