浏览代码

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 6 年前
父节点
当前提交
6c0fae15f8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml 查看文件

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

正在加载...
取消
保存