From 1c82706f57ddb00b7251d826c06e75744c7dd288 Mon Sep 17 00:00:00 2001
From: pradeep <npradeep357@live.com>
Date: Fri, 8 Mar 2019 15:55:51 +0530
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 8332314..e163b78 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![Build Status](https://travis-ci.com/npradeep357/javalin-example.svg?branch=master)](https://travis-ci.com/npradeep357/javalin-example)
+
 # javalin-example
 An example implementation of how to use javalin web server framewaork to create a simple, fast and light weight REST service without using custom annotations and reflections.