Skip to content
Snippets Groups Projects
Commit ce5ea226 authored by Daniel Eichhorn's avatar Daniel Eichhorn
Browse files

Added travis configuration

parent 1035df7f
No related branches found
No related tags found
No related merge requests found
language: python
python:
- "2.7"
# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
cache:
directories:
- "~/.platformio"
env:
- PLATFORMIO_CI_SRC=examples/SSD1306UiDemo/SSD1306UiDemo.ino
- PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo/SSD1306SimpleDemo.ino
install:
- pip install -U platformio
script:
- platformio ci --lib="." --board=nodemcuv2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment