From 2751396cf8a5390fbfb757a9275138c4b8f9591f Mon Sep 17 00:00:00 2001 From: Luc Date: Wed, 7 Apr 2021 17:41:34 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2d90973c..dcf447ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,9 @@ cache: install: - pip install -U platformio + - wget http://downloads.arduino.cc/arduino-1.8.5-linux64.tar.xz + - tar xf arduino-1.8.5-linux64.tar.xz + - mv arduino-1.8.5 $HOME/arduino_ide env: - TARGET=esp32 PLATFORM=arduino BT=yes AUTHENTICATION=yes FILESYSTEM=FAT @@ -28,9 +31,7 @@ env: before_script: - export AUTHOR_NAME="$(git log -1 $TRAVIS_COMMIT --pretty="%aN")" - platformio update - - wget http://downloads.arduino.cc/arduino-1.8.5-linux64.tar.xz - - tar xf arduino-1.8.5-linux64.tar.xz - - mv arduino-1.8.5 $HOME/arduino_ide + - cd $HOME/arduino_ide/hardware - mkdir esp8266com - cd esp8266com