Skip to content

Commit cf14919

Browse files
author
Luc
committed
update to 2.1.0
1 parent 9885d2c commit cf14919

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.travis.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,15 @@ before_script:
1717
- cd $HOME/arduino_ide/hardware
1818
- mkdir esp8266com
1919
- cd esp8266com
20-
- wget https://github.com/esp8266/Arduino/releases/download/2.0.0/esp8266-2.0.0.zip
21-
- unzip esp8266-2.0.0.zip
22-
- mv esp8266-2.0.0 esp8266
23-
- wget http://arduino.esp8266.com/versions/2.0.0/package_esp8266com_index.json
20+
- wget https://github.com/esp8266/Arduino/releases/download/2.1.0/esp8266-2.1.0.zip
21+
- unzip esp8266-2.1.0.zip
22+
- mv esp8266-2.1.0 esp8266
23+
- wget http://arduino.esp8266.com/versions/2.1.0/package_esp8266com_index.json
2424
- mkdir esp8266/package
2525
- mv package_esp8266com_index.json esp8266/package/package_esp8266com_index.template.json
2626
- cd esp8266/tools
2727
- python get.py
28-
- cd ..
29-
- head -11 ./platform.txt > pt.txt
30-
- echo 'runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf' >> pt.txt
31-
- echo 'runtime.tools.esptool.path={runtime.platform.path}/tools/esptool' >> pt.txt
32-
- tail -105 ./platform.txt >> pt.txt
33-
- rm -fr platform.txt
34-
- mv pt.txt platform.txt
28+
3529

3630

3731
script:

0 commit comments

Comments
 (0)