add travis

This commit is contained in:
arendst 2017-01-28 17:29:36 +01:00
parent c485dff3d7
commit 58d0ad2b63
1 changed files with 18 additions and 0 deletions

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
language: python
python:
- '2.7'
sudo: false
cache:
directories:
- "~/.platformio"
install:
- pip install -U platformio
script:
- platformio run
deploy:
provider: releases
file: ".pioenvs/sonoff/firmware.bin"
skip_cleanup: true
on:
tags: true