Skip to content

Commit 444eff2

Browse files
authored
Drop "stage" suffix from @platformio dev/platform
1 parent fdba8f4 commit 444eff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ script:
3636
- echo -e "travis_fold:start:platformio_test_env_prepare"
3737
- pip install -U https://github.com/platformio/platformio/archive/develop.zip
3838
- platformio platform install https://github.com/platformio/platform-espressif32.git#feature/stage
39-
- sed -i 's/https:\/\/github\.com\/espressif\/arduino-esp32\.git/*/' ~/.platformio/platforms/espressif32_stage/platform.json
39+
- sed -i 's/https:\/\/github\.com\/espressif\/arduino-esp32\.git/*/' ~/.platformio/platforms/espressif32/platform.json
4040
- ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif32
4141
- echo -e "travis_fold:end:platformio_test_env_prepare"
4242
- echo -e "travis_fold:start:platformio_test"

0 commit comments

Comments
 (0)