Browse Source

Use dev version of platformio

Scott Lahteine 7 years ago
parent
commit
2c2cf5e856
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .travis.yml

+ 2
- 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 -U platformio
31
+  #- pip install -U platformio
32
+  - pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
32
 
33
 
33
 before_script:
34
 before_script:
34
   # Update PlatformIO packages
35
   # Update PlatformIO packages

Loading…
Cancel
Save