Browse Source

Travis platformio hack no longer needed

Scott Lahteine 7 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
   - export PATH=${TRAVIS_BUILD_DIR}/buildroot/bin/:${PATH}
28
   - export PATH=${TRAVIS_BUILD_DIR}/buildroot/bin/:${PATH}
29
 
29
 
30
 install:
30
 install:
31
-  - pip install backports.functools_lru_cache
32
   - pip install -U platformio
31
   - pip install -U platformio
33
 
32
 
34
 before_script:
33
 before_script:

Loading…
Cancel
Save