Fork of the espurna firmware for `mhsw` switches
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
252 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. script:
  11. - cd code ; platformio run -e itead-sonoff-basic
  12. branches:
  13. only:
  14. - master
  15. - dev