This commit is contained in:
Franek Korta 2018-01-14 23:59:13 +00:00 committed by GitHub
commit 36da6d8eee
1 changed files with 18 additions and 0 deletions

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
language: python
python:
- "2.7"
sudo: false
cache:
directories:
- "~/.platformio"
install:
- pip install -U platformio
env:
- PLATFORMIO_CI_SRC=examples/Sprite/Transparent_Sprite_Demo
- PLATFORMIO_CI_SRC="examples/160 x 128/Arduino_Life"
script:
- platformio ci --lib="." --board=nodemcuv2 --board=nodemcu-32s