File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
- PLATFORMIO_PROJECT_DIR=examples/simba-blink
11
11
12
12
install :
13
- - pip install -U https://github.com/platformio/platformio/archive/feature/platformio-30 .zip
13
+ - pip install -U https://github.com/platformio/platformio/archive/develop .zip
14
14
- platformio platform install file://.
15
15
16
16
script :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ environment:
11
11
install :
12
12
- cmd : git submodule update --init --recursive
13
13
- cmd : SET PATH=%PATH%;C:\Python27\Scripts
14
- - cmd : pip install -U https://github.com/platformio/platformio/archive/feature/platformio-30 .zip
14
+ - cmd : pip install -U https://github.com/platformio/platformio/archive/develop .zip
15
15
- cmd : platformio platform install file://.
16
16
17
17
test_script :
You can’t perform that action at this time.
0 commit comments