diff --git a/.travis.yml b/.travis.yml index 2bcc9e75..1546615d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_script: - cd $HOME/arduino_ide/hardware - mkdir esp8266com - cd esp8266com - - git -b 2.5.2 clone https://github.com/esp8266/Arduino.git esp8266 + - git clone -b 2.5.2 https://github.com/esp8266/Arduino.git esp8266 - cd esp8266/tools - python get.py - cd $HOME/arduino_ide/hardware