WordClockESP/.travis.yml
rjwats a042633d8f
Minor UI Updates (#93)
* 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
2020-02-19 00:04:57 +00:00

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