From 6e75ae49ad1520692e625ae0e8583b1077d6eb9a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 30 Nov 2017 00:10:50 +0200 Subject: [PATCH] CI: Use updated staging dev/platform without "_stage" suffix --- tests/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common.sh b/tests/common.sh index c6fa2cdeb..b1e3737bd 100755 --- a/tests/common.sh +++ b/tests/common.sh @@ -127,7 +127,7 @@ function install_platformio() { pip install --user -U https://github.com/platformio/platformio/archive/develop.zip platformio platform install https://github.com/platformio/platform-espressif8266.git#feature/stage - 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 ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif8266 # Install dependencies: # - esp8266/examples/ConfigFile