Fork of the excellent esp8266-react - https://github.com/rjwats/esp8266-react
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
196 B

  1. language: python
  2. python:
  3. - "2.7"
  4. sudo: false
  5. cache:
  6. directories:
  7. - "~/.platformio"
  8. install:
  9. - pip install -U platformio
  10. - platformio update
  11. script:
  12. - platformio run