Browse Source

Use development version of PlatformIO Core (#2146)

We would be thankful if you could use a development version of PlatformIO Core. in 99.999% it's very stable but there sometimes the cases which we didn't expect, such as https://github.com/platformio/platformio-core/issues/3377

So, if you will see any issues with PlatformIO Core-dev, please report us and we will fix ASAP. Thanks!
mcspr-patch-1
Ivan Kravets 4 years ago
committed by GitHub
parent
commit
2875c722b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      travis_install.sh

+ 1
- 0
travis_install.sh View File

@ -9,6 +9,7 @@ npm_install() {
pio_install() {
pip install -U platformio
pio upgrade --dev
pio platform update -p
}


Loading…
Cancel
Save