From b809f7f13e62a998c497d0f51fde39059f6b1fb9 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 14 Jul 2019 13:49:45 +0200 Subject: [PATCH] Add travis configuration. --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..fcaf96a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: python + +sudo: false +cache: + directories: + - "~/.platformio" + +install: + - pip install -U platformio + - platformio update + +script: + - platformio run +