Update .travis.yml

This commit is contained in:
Luc
2019-07-26 17:36:47 +02:00
committed by GitHub
parent c69e277fd2
commit 21d62e8a51

View File

@@ -12,7 +12,7 @@ before_script:
- cd $HOME/arduino_ide/hardware
- mkdir esp8266com
- cd esp8266com
- git clone https://github.com/esp8266/Arduino.git esp8266
- git -b 2.5.2 clone https://github.com/esp8266/Arduino.git esp8266
- cd esp8266/tools
- python get.py
- cd $HOME/arduino_ide/hardware