Browse Source

Travis platformio hack no longer needed

Scott Lahteine 6 years ago
parent
commit
ca80564a78
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      .travis.yml

+ 0
- 1
.travis.yml View File

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

Loading…
Cancel
Save