From 962c3b925fed86627c64b034192351a6c9ebefd0 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 24 Oct 2020 23:02:38 -0700 Subject: [PATCH] try to get travis to pick up the "real" kaleidoscope we're testing, not the one in the bundle --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9955ca36..c3d7b5fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ install: ## We delete the Bundle's version of Kaleidoscope, and symlink ourselves in. ## This makes sure we're using the current version of the library. - export KALEIDOSCOPE_TEMP_PATH=$TRAVIS_BUILD_DIR/.kaleidoscope-build-cache + - export KALEIDOSCOPE_ETC_DIR=$TRAVIS_BUILD_DIR/etc - export BOARD_HARDWARE_PATH=$TRAVIS_BUILD_DIR/.arduino/user/hardware - export ARDUINO_PATH=$TRAVIS_BUILD_DIR/arduino-1.8.13 - export KALEIDOSCOPE_BUILDER_DIR=$TRAVIS_BUILD_DIR/bin