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.
This commit is contained in:
Ivan Kravets 2018-01-10 02:32:22 +02:00 committed by Scott Lahteine
parent a994eec513
commit 6c0fae15f8

View File

@ -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}