From 9f4777af3d11cf86da83c7f3fc4c83cabcbc192a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 22 Jun 2015 18:20:09 +0300 Subject: [PATCH] Switch to PlatformIO develop (include/exclude feature) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 98e47c5..2ce5300 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,5 +36,8 @@ env: install: - python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)" + # @TODO temporary solution for < 2.2.0 release + - pip install https://github.com/platformio/platformio/archive/develop.zip + script: - eval $SA_BASH_CMD