From 32ac0feae51eec898c8eb4336acaa41b3ec19453 Mon Sep 17 00:00:00 2001 From: Rick Watson Date: Wed, 26 Jun 2019 21:01:07 +0100 Subject: [PATCH] testing travis ci --- .travis.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9443843..ff94a8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,21 +24,21 @@ # 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 -# - platformio update -# -# script: -# - platformio run +language: python +python: + - "2.7" + +sudo: false +cache: + directories: + - "~/.platformio" + +install: + - pip install -U platformio + - platformio update + +script: + - platformio run #