a78f4882e0
- Added Travis CI support
14 lines
No EOL
274 B
YAML
14 lines
No EOL
274 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
sudo: false
|
|
cache:
|
|
directories:
|
|
- "~/.platformio"
|
|
env:
|
|
- PLATFORMIO_CI_SRC=Arduino/McLighting
|
|
install:
|
|
- pip install -U platformio
|
|
- platformio update
|
|
script:
|
|
- platformio ci --project-conf=./platformio.ini -v |