Added Build Status badge

This commit is contained in:
Benoit Blanchon
2014-11-15 15:22:37 +01:00
parent c296f27640
commit 33654a480b

View File

@ -1,6 +1,8 @@
Arduino JSON library
====================
[![Build Status](https://travis-ci.org/bblanchon/ArduinoJson.svg?branch=4.0)](https://travis-ci.org/bblanchon/ArduinoJson)
*An elegant and efficient JSON library for embedded systems.*
It's design to have the most intuitive API, the smallest footprint and works without any allocation on the heap (no malloc).