Skip to content

Commit 99763f2

Browse files
authored
Merge pull request #3599 from esp8266/ivankravets-patch-1
Install @platformio Core to user's space
2 parents 438dae6 + 83dd960 commit 99763f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function build_package()
125125

126126
function install_platformio()
127127
{
128-
pip install -U https://github.com/platformio/platformio/archive/develop.zip
128+
pip install --user -U https://github.com/platformio/platformio/archive/develop.zip
129129
platformio platform install https://github.com/platformio/platform-espressif8266.git#feature/stage
130130
sed -i 's/https:\/\/github\.com\/esp8266\/Arduino\.git/*/' ~/.platformio/platforms/espressif8266_stage/platform.json
131131
ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif8266

0 commit comments

Comments
 (0)