From be29e052ec31a2811bb28150c525a4252861fc47 Mon Sep 17 00:00:00 2001 From: inder123 Date: Wed, 2 Dec 2015 12:41:17 -0800 Subject: [PATCH] added build status --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7ea02056..6b76d25d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # google-gson + +![Build Status](https://travis-ci.org/google/gson.svg?branch=master) + Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of.