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 #