From 33654a480b23b9e58d45837dd0bcecb37c93d754 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sat, 15 Nov 2014 15:22:37 +0100 Subject: [PATCH] Added Build Status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe6dbadd..222c4715 100644 --- a/README.md +++ b/README.md @@ -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).