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.

16 lines
299 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. - cd code ; npm install --only=dev ; cd ..
  11. script:
  12. - cd code ; platformio run -e itead-sonoff-basic
  13. branches:
  14. only:
  15. - master
  16. - dev