Skip to content

Commit 672631d

Browse files
ivankravetsme-no-dev
authored andcommitted
Use CI cloned version instead of master for @platformio (espressif#157)
1 parent 6bec26c commit 672631d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ script:
3434
# test library examples with PlatformIO
3535
- pip install -U https://github.com/platformio/platformio/archive/develop.zip
3636
- platformio platform install https://github.com/platformio/platform-espressif32.git#feature/stage
37+
- sed -i 's/https:\/\/github\.com\/espressif\/arduino-esp32\.git/*/' ~/.platformio/platforms/espressif32_stage/platform.json
38+
- ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif32
3739
- "python -c \"import glob,subprocess,sys; map(lambda p: (sys.stdout.write('Library example: %s\\n' % p), subprocess.call(['pio', 'ci', p, '--board', 'esp32dev'])), glob.glob('libraries/*/examples/*/'))\""
3840

3941
notifications:

0 commit comments

Comments
 (0)