瀏覽代碼

Merge pull request #8563 from thinkyhead/bf2_functools_lru_cache

Fix #8561. Fix #8562
Scott Lahteine 7 年之前
父節點
當前提交
d3ed0f53cd
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      .travis.yml

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

@@ -28,6 +28,7 @@ before_install:
28 28
   - export PATH=${TRAVIS_BUILD_DIR}/buildroot/bin/:${PATH}
29 29
 
30 30
 install:
31
+  - pip install backports.functools_lru_cache
31 32
   - pip install -U platformio
32 33
 
33 34
 before_script:

Loading…
取消
儲存