We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba9e81 commit 2b09524Copy full SHA for 2b09524
.travis.yml
@@ -10,13 +10,13 @@ dist: focal
10
before_script:
11
- "export DISPLAY=:99.0"
12
- sleep 3 # give xvfb some time to start
13
- - wget http://downloads.arduino.cc/arduino-1.8.13-linux64.tar.xz
+ - wget https://downloads.arduino.cc/arduino-1.8.15-linux64.tar.xz
14
- tar xf arduino-1.8.13-linux64.tar.xz
15
- mv arduino-1.8.13 $HOME/arduino_ide
16
- cd $HOME/arduino_ide/hardware
17
- mkdir esp32
18
- cd esp32
19
- - wget https://github.com/espressif/arduino-esp32/archive/refs/tags/1.0.6.tar.gz
+ - wget https://github.com/espressif/arduino-esp32/archive/refs/tags/2.0.0.tar.gz
20
- tar -xzf 1.0.6.tar.gz
21
- mv arduino-esp32-1.0.6/ esp32
22
- cd esp32/tools
0 commit comments