McLighting/.travis.yml
Debashish Sahu a78f4882e0 Travis CI
- Added Travis CI support
2019-01-06 15:27:06 -05:00

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