Update cached @PlatformIO packages (#9124)

11 line caches PIO packages (toolchains, libs) which is very good! This PR will force PIO to find updates for installed libs and packages.
2.0.x
Ivan Kravets 7 years ago committed by Scott Lahteine
parent a994eec513
commit 6c0fae15f8

@ -31,6 +31,8 @@ install:
- pip install -U platformio
before_script:
# Update PlatformIO packages
- platformio update
#
# Change current working directory to the build dir
- cd ${TRAVIS_BUILD_DIR}

Loading…
Cancel
Save