Merge pull request #7734 from ivankravets/patch-2

Use dev version of PlatormIO Core
This commit is contained in:
Theo Arends 2020-02-13 17:11:25 +01:00 committed by GitHub
commit a7e9058d3b
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