Switch to development version of PlatformIO CLI

This commit is contained in:
Ivan Kravets 2016-08-09 15:30:55 +03:00
parent bb94139198
commit aa20794282
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ env:
- PLATFORMIO_PROJECT_DIR=examples/spl-blink - PLATFORMIO_PROJECT_DIR=examples/spl-blink
install: install:
- pip install -U https://github.com/platformio/platformio/archive/feature/platformio-30.zip - pip install -U https://github.com/platformio/platformio/archive/develop.zip
- platformio platform install file://. - platformio platform install file://.
script: script:

View File

@ -13,7 +13,7 @@ environment:
install: install:
- cmd: git submodule update --init --recursive - cmd: git submodule update --init --recursive
- cmd: SET PATH=%PATH%;C:\Python27\Scripts - cmd: SET PATH=%PATH%;C:\Python27\Scripts
- cmd: pip install -U https://github.com/platformio/platformio/archive/feature/platformio-30.zip - cmd: pip install -U https://github.com/platformio/platformio/archive/develop.zip
- cmd: platformio platform install file://. - cmd: platformio platform install file://.
test_script: test_script: