From 249409dfbf2f31ce9157697fde74c6b5f6f1f764 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 17 Oct 2020 23:40:40 -0700 Subject: [PATCH] try to setup arduino cli --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index bf9b9911..590699e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,9 @@ before_install: install: - cd $TRAVIS_BUILD_DIR + - make install-arduino-cli + - make configure-arduino-cli + - make install-arduino-core-avr - git clone --depth 1 --recurse-submodules=build-tools --recurse-submodules=toolchain --recurse-submodules=avr/libraries/ --jobs 16 --shallow-submodules git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio ../hardware/keyboardio ## We delete the Bundle's version of Kaleidoscope, and symlink ourselves in. ## This makes sure we're using the current version of the library.