mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 16:10:41 +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
|
||||
python:
|
||||
- "2.7"
|
||||
|
||||
python:
|
||||
- "3.7"
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- "~/.platformio"
|
||||
pip: true
|
||||
directories:
|
||||
- "~/.platformio"
|
||||
|
||||
install:
|
||||
- pip install -U platformio
|
||||
- platformio update
|
||||
- pip install -U platformio
|
||||
|
||||
before_script:
|
||||
- platformio update
|
||||
- wget http://downloads.arduino.cc/arduino-1.8.5-linux64.tar.xz
|
||||
- tar xf arduino-1.8.5-linux64.tar.xz
|
||||
- mv arduino-1.8.5 $HOME/arduino_ide
|
||||
|
Loading…
x
Reference in New Issue
Block a user