Skip to content

Commit

Permalink
Use ArduinoJson 5.x for PlatformIO tests (esp8266#5843)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets authored and d-a-v committed Mar 5, 2019
1 parent bde1ce0 commit 22eeb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/platformio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 22eeb94

Please sign in to comment.