Skip to content

Commit eb49406

Browse files
authored
Merge pull request #3894 from esp8266/ivankravets-patch-2
CI: Use updated staging dev/platform without "_stage" suffix
2 parents 7b09ae5 + 6e75ae4 commit eb49406

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
@@ -127,7 +127,7 @@ function install_platformio()
127127
{
128128
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
130-
sed -i 's/https:\/\/github\.com\/esp8266\/Arduino\.git/*/' ~/.platformio/platforms/espressif8266_stage/platform.json
130+
sed -i 's/https:\/\/github\.com\/esp8266\/Arduino\.git/*/' ~/.platformio/platforms/espressif8266/platform.json
131131
ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif8266
132132
# Install dependencies:
133133
# - esp8266/examples/ConfigFile

0 commit comments

Comments
 (0)