McLighting/.travis.yml

14 lines
274 B
YAML
Raw Permalink Normal View History

2019-01-06 21:27:06 +01:00
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