Browse Source

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.
pull/1/head
Ivan Kravets 7 years ago
committed by Scott Lahteine
parent
commit
6c0fae15f8
  1. 2
      .travis.yml

2
.travis.yml

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