We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b09ae5 + 6e75ae4 commit eb49406Copy full SHA for eb49406
tests/common.sh
@@ -127,7 +127,7 @@ function install_platformio()
127
{
128
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
+ sed -i 's/https:\/\/github\.com\/esp8266\/Arduino\.git/*/' ~/.platformio/platforms/espressif8266/platform.json
131
ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif8266
132
# Install dependencies:
133
# - esp8266/examples/ConfigFile
0 commit comments