Browse Source

Use dev version of platformio

pull/1/head
Scott Lahteine 7 years ago
parent
commit
2c2cf5e856
  1. 3
      .travis.yml

3
.travis.yml

@ -28,7 +28,8 @@ before_install:
- export PATH=${TRAVIS_BUILD_DIR}/buildroot/bin/:${PATH}
install:
- pip install -U platformio
#- pip install -U platformio
- pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
before_script:
# Update PlatformIO packages

Loading…
Cancel
Save