Browse Source

Merge pull request #8563 from thinkyhead/bf2_functools_lru_cache

Fix #8561. Fix #8562
pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
d3ed0f53cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .travis.yml

1
.travis.yml

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

Loading…
Cancel
Save