.travis.yml 172 B

123456789101112131415
  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. - platformio run