travis
This commit is contained in:
parent
1f8105346c
commit
574e947cc2
|
@ -1,9 +1,9 @@
|
||||||
notifications:
|
notifications:
|
||||||
email: true
|
email: true
|
||||||
|
|
||||||
sudo: false
|
os: linux
|
||||||
|
|
||||||
matrix:
|
jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ matrix:
|
||||||
script: platformio run
|
script: platformio run
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
install:
|
install:
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- platformio update
|
- platformio update
|
||||||
|
|
Loading…
Reference in New Issue