From a7c85a673e9b7cb7f6583bf5a3eadf4e12e71a45 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 13 Feb 2020 17:19:02 +0200 Subject: [PATCH] Use dev version of PlatormIO Core I would be thankful if you use the development version of PIO Core. It's very stable and you should not have any problems with it. This should help us to be informed about any critical changes in PIO Core which can affect this project. Please report us any issues if they are related to PIO Core. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ffd47f546..88e971a06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: sudo: false install: - pip install -U platformio - - platformio upgrade + - platformio upgrade --dev - platformio update cache: false