mirror of
https://github.com/AlexGyver/GyverLamp.git
synced 2025-08-08 08:51:00 +03:00
11 lines
248 B
YAML
11 lines
248 B
YAML
language: c
|
|
sudo: false
|
|
before_install:
|
|
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
|
|
script:
|
|
- build_platform esp8266
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: change
|