WordClockESP/.travis.yml
rjwats bcfeef8004
Interface data storage in PROGMEM (#71)
Adds a webpack plugin to package interface as PROGMEM into a header file in the framework.
Adds a build flag to optionally enable serving from PROGMEM or SPIFFS as required
Adds documentation changes to describe changes
2019-12-29 17:54:12 +00:00

20 lines
257 B
YAML

language: python
python:
- "3.8"
before_install:
- nvm install 10.15.3
- nvm use 10.15.3
sudo: false
cache:
directories:
- "~/.platformio"
install:
- pip install -U platformio
- platformio update
script:
- platformio run