testing travis ci
This commit is contained in:
parent
bbcdf3defb
commit
32ac0feae5
30
.travis.yml
30
.travis.yml
@ -24,21 +24,21 @@
|
|||||||
# Template #1: General project. Test it using existing `platformio.ini`.
|
# Template #1: General project. Test it using existing `platformio.ini`.
|
||||||
#
|
#
|
||||||
|
|
||||||
# language: python
|
language: python
|
||||||
# python:
|
python:
|
||||||
# - "2.7"
|
- "2.7"
|
||||||
#
|
|
||||||
# sudo: false
|
sudo: false
|
||||||
# cache:
|
cache:
|
||||||
# directories:
|
directories:
|
||||||
# - "~/.platformio"
|
- "~/.platformio"
|
||||||
#
|
|
||||||
# install:
|
install:
|
||||||
# - pip install -U platformio
|
- pip install -U platformio
|
||||||
# - platformio update
|
- platformio update
|
||||||
#
|
|
||||||
# script:
|
script:
|
||||||
# - platformio run
|
- platformio run
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user