Skip to content

Commit 09464c1

Browse files
committed
Switch to development version of PlatformIO CLI
1 parent d84612d commit 09464c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
- PLATFORMIO_PROJECT_DIR=examples/simba-blink
1111

1212
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
1414
- platformio platform install file://.
1515

1616
script:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
install:
1212
- cmd: git submodule update --init --recursive
1313
- 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
1515
- cmd: platformio platform install file://.
1616

1717
test_script:

0 commit comments

Comments
 (0)