mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 19:36:09 +08:00
Update .travis.yml
This commit is contained in:
parent
ef2f5305d0
commit
4fc176b387
18
.travis.yml
18
.travis.yml
@ -1,20 +1,24 @@
|
|||||||
sudo: false
|
dist: xenial
|
||||||
|
sudo: require
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
python:
|
|
||||||
- "2.7"
|
python:
|
||||||
|
- "3.7"
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
pip: true
|
||||||
- "~/.platformio"
|
directories:
|
||||||
|
- "~/.platformio"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- platformio update
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- platformio update
|
||||||
- wget http://downloads.arduino.cc/arduino-1.8.5-linux64.tar.xz
|
- wget http://downloads.arduino.cc/arduino-1.8.5-linux64.tar.xz
|
||||||
- tar xf arduino-1.8.5-linux64.tar.xz
|
- tar xf arduino-1.8.5-linux64.tar.xz
|
||||||
- mv arduino-1.8.5 $HOME/arduino_ide
|
- mv arduino-1.8.5 $HOME/arduino_ide
|
||||||
|
Loading…
x
Reference in New Issue
Block a user