1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Use ArduinoJson 5.x for PlatformIO tests (#5843)

This commit is contained in:
Ivan Kravets 2019-03-05 15:35:43 +01:00 committed by david gauchard
parent bde1ce0e01
commit 22eeb94587

View File

@ -12,7 +12,7 @@ function install_platformio()
ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif8266
# Install dependencies:
# - esp8266/examples/ConfigFile
pio lib install ArduinoJson
pio lib install "ArduinoJson@^5.13.4"
}
function build_sketches_with_platformio()