Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed Jan 28, 2017
1 parent c485dff commit 58d0ad2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 58d0ad2

Please sign in to comment.