We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe9202 commit dac7ae7Copy full SHA for dac7ae7
.travis.yml
@@ -39,7 +39,7 @@ script:
39
- echo -e "travis_fold:start:platformio_test_env_prepare"
40
- pip install -U https://github.com/platformio/platformio/archive/develop.zip
41
- platformio platform install https://github.com/platformio/platform-espressif32.git#feature/stage
42
- - sed -i 's/https:\/\/github\.com\/espressif\/arduino-esp32\.git/*/' ~/.platformio/platforms/espressif32_stage/platform.json
+ - sed -i 's/https:\/\/github\.com\/espressif\/arduino-esp32\.git/*/' ~/.platformio/platforms/espressif32/platform.json
43
- ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif32
44
- echo -e "travis_fold:end:platformio_test_env_prepare"
45
- echo -e "travis_fold:start:platformio_test"
0 commit comments