From 58d0ad2b636c53920fcd4b40a28a5511267ce812 Mon Sep 17 00:00:00 2001 From: arendst Date: Sat, 28 Jan 2017 17:29:36 +0100 Subject: [PATCH] add travis --- .travis.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000000..e9df8f1b4310 --- /dev/null +++ b/.travis.yml @@ -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