From 672631ddf03b704c4692e6da8f071b1aeb0dbb3a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 31 Jan 2017 02:53:32 +0200 Subject: [PATCH] Use CI cloned version instead of master for @PlatformIO (#157) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b6295709..0b8030c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,8 @@ script: # test library examples with PlatformIO - pip install -U https://github.com/platformio/platformio/archive/develop.zip - platformio platform install https://github.com/platformio/platform-espressif32.git#feature/stage + - sed -i 's/https:\/\/github\.com\/espressif\/arduino-esp32\.git/*/' ~/.platformio/platforms/espressif32_stage/platform.json + - ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif32 - "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/*/'))\"" notifications: