mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-03 01:50:41 +08:00
Update .travis.yml
This commit is contained in:
parent
fb5353ca39
commit
32a6876500
@ -11,9 +11,9 @@ before_install:
|
|||||||
before_script:
|
before_script:
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
- sleep 3 # give xvfb some time to start
|
- sleep 3 # give xvfb some time to start
|
||||||
- wget http://downloads.arduino.cc/arduino-1.6.9-linux64.tar.xz
|
- wget http://downloads.arduino.cc/arduino-1.8.0-linux64.tar.xz
|
||||||
- tar xf arduino-1.6.9-linux64.tar.xz
|
- tar xf arduino-1.8.0-linux64.tar.xz
|
||||||
- mv arduino-1.6.9 $HOME/arduino_ide
|
- mv arduino-1.8.0 $HOME/arduino_ide
|
||||||
- cd $HOME/arduino_ide/hardware
|
- cd $HOME/arduino_ide/hardware
|
||||||
- mkdir esp8266com
|
- mkdir esp8266com
|
||||||
- cd esp8266com
|
- cd esp8266com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user