0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-25 18:40:21 +00:00

Update cached @PlatformIO packages ()

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}