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.
This commit is contained in:
Ivan Kravets 2020-02-13 17:19:02 +02:00 committed by GitHub
parent 51211dfd55
commit a7c85a673e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ python:
sudo: false
install:
- pip install -U platformio
- platformio upgrade
- platformio upgrade --dev
- platformio update
cache: false