Procházet zdrojové kódy

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.
Ivan Kravets před 7 roky
rodič
revize
6c0fae15f8
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml Zobrazit soubor

31
   - pip install -U platformio
31
   - pip install -U platformio
32
 
32
 
33
 before_script:
33
 before_script:
34
+  # Update PlatformIO packages
35
+  - platformio update
34
   #
36
   #
35
   # Change current working directory to the build dir
37
   # Change current working directory to the build dir
36
   - cd ${TRAVIS_BUILD_DIR}
38
   - cd ${TRAVIS_BUILD_DIR}

Loading…
Zrušit
Uložit