We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 438dae6 + 83dd960 commit 99763f2Copy full SHA for 99763f2
tests/common.sh
@@ -125,7 +125,7 @@ function build_package()
125
126
function install_platformio()
127
{
128
- pip install -U https://github.com/platformio/platformio/archive/develop.zip
+ pip install --user -U https://github.com/platformio/platformio/archive/develop.zip
129
platformio platform install https://github.com/platformio/platform-espressif8266.git#feature/stage
130
sed -i 's/https:\/\/github\.com\/esp8266\/Arduino\.git/*/' ~/.platformio/platforms/espressif8266_stage/platform.json
131
ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif8266
0 commit comments