From 2b0a12fdad403922179df5405c664b23dcac14f8 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 24 Oct 2020 01:10:13 -0700 Subject: [PATCH] we no longer need the arudino gui --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 15835443..9955ca36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ env: global: - LC_ALL: C - CCACHE_WRAPPER_PATH: /tmp/kaleidoscope-ccache - - ARDUINO_DOWNLOAD_URL: https://downloads.arduino.cc/arduino-1.8.13-linux64.tar.xz git: quiet: true depth: false @@ -31,7 +30,6 @@ install: - export ARDUINO_PATH=$TRAVIS_BUILD_DIR/arduino-1.8.13 - export KALEIDOSCOPE_BUILDER_DIR=$TRAVIS_BUILD_DIR/bin - make adjust-git-timestamps - - #wget --quiet $ARDUINO_DOWNLOAD_URL -O - | tar xJf - - make install-arduino-cli - make configure-arduino-cli - make install-arduino-core-avr