From 52a998ebd034bcfcd4259dcc6ab28dcfb20157dc Mon Sep 17 00:00:00 2001 From: "Hansi, dl9rdz" Date: Sun, 29 Nov 2020 16:20:05 +0100 Subject: [PATCH] arduino 1.8.13 upgrade for travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9fe29b..c5aa939 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16" - sleep 3 - export DISPLAY=:1.0 - - wget https://downloads.arduino.cc/arduino-1.8.10-linux64.tar.xz - - tar xf arduino-1.8.10-linux64.tar.xz - - sudo mv arduino-1.8.10 /usr/local/share/arduino + - wget https://downloads.arduino.cc/arduino-1.8.13-linux64.tar.xz + - tar xf arduino-1.8.13-linux64.tar.xz + - sudo mv arduino-1.8.13 /usr/local/share/arduino - sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino - wget https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip - unzip master.zip