a042633d8f
* simplify props set to constant true * reduce icon size in users table for better small screen compatibility * use lib_compat_mode property over library exclusion * get travis to build esp32 environment in addition to esp8266 during CI build
20 lines
278 B
YAML
20 lines
278 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 -e esp12e -e node32s
|