From 3f5482ded561ab4b3323347d8fb587e04f88b0aa Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Sat, 3 Jun 2017 09:37:18 +1000 Subject: [PATCH] Activate travis file for CI --- .travis.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c4ff5c9..2d9b9ac0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,20 +24,20 @@ # Template #1: General project. Test it using existing `platformio.ini`. # -# language: python -# python: -# - "2.7" -# -# sudo: false -# cache: -# directories: -# - "~/.platformio" -# -# install: -# - pip install -U platformio -# -# script: -# - platformio run +language: python +python: + - "2.7" + +sudo: false +cache: + directories: + - "~/.platformio" + +install: + - pip install -U platformio + +script: + - platformio run #