From 1aea67c531fc47cc234d67acd104c97da3c44883 Mon Sep 17 00:00:00 2001 From: Luc Date: Tue, 30 Jul 2019 20:50:18 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f5c27c1..5ac2a8e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_script: - cd $HOME/arduino_ide/hardware - mkdir esp8266com - cd esp8266com - - git clone -b 2.5.2 https://github.com/esp8266/Arduino.git esp8266 + - git clone https://github.com/esp8266/Arduino.git esp8266 - cd esp8266/tools - python get.py - cd $HOME/arduino_ide/hardware