1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00
This commit is contained in:
Ivan Grokhotkov 2015-10-30 02:15:24 +03:00
parent 61b0a3985a
commit 21e179cf5c

View File

@ -1,5 +1,5 @@
sudo: false sudo: false
language: bash
os: os:
- linux - linux
@ -9,6 +9,7 @@ script:
- mv arduino-1.6.5 $HOME/arduino_ide - mv arduino-1.6.5 $HOME/arduino_ide
- cd $HOME/arduino_ide/hardware - cd $HOME/arduino_ide/hardware
- mkdir esp8266com - mkdir esp8266com
- cd esp8266com
- ln -s $TRAVIS_BUILD_DIR esp8266 - ln -s $TRAVIS_BUILD_DIR esp8266
- cd esp8266/tools - cd esp8266/tools
- python get.py - python get.py