mirror of https://github.com/arendst/Tasmota.git
add travis
This commit is contained in:
parent
c485dff3d7
commit
58d0ad2b63
|
@ -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
|
Loading…
Reference in New Issue