Skip to content

Commit ae37979

Browse files
committed
Latest toolchain
1 parent ba7c20a commit ae37979

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ branches:
1515
before_script:
1616
- "export DISPLAY=:99.0"
1717
- sleep 3 # give xvfb some time to start
18-
- wget http://downloads.arduino.cc/arduino-1.8.15-linux64.tar.xz
19-
- tar xf arduino-1.8.15-linux64.tar.xz
20-
- mv arduino-1.8.15 $HOME/arduino_ide
18+
- wget https://downloads.arduino.cc/arduino-1.8.18-linux64.tar.xz
19+
- tar xf arduino-1.8.18-linux64.tar.xz
20+
- mv arduino-1.8.18 $HOME/arduino_ide
2121
- cd $HOME/arduino_ide/hardware
2222
- mkdir esp32
2323
- cd esp32
24-
- wget https://github.com/espressif/arduino-esp32/archive/refs/tags/2.0.0.tar.gz
25-
- tar -xzf 2.0.0.tar.gz
26-
- mv arduino-esp32-2.0.0/ esp32
24+
- wget https://github.com/espressif/arduino-esp32/archive/refs/tags/2.0.1.tar.gz
25+
- tar -xzf 2.0.1.tar.gz
26+
- mv arduino-esp32-2.0.1/ esp32
2727
- cd esp32/tools
2828
- python --version
2929
- python get.py

0 commit comments

Comments
 (0)