From 9d4f958ce4c95739bb659c1cc3dc171c542a140d Mon Sep 17 00:00:00 2001
From: Austin Heap <me@austinheap.com>
Date: Thu, 3 Jul 2014 08:29:44 -0700
Subject: [PATCH] including build status in readme

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

diff --git a/README.md b/README.md
index c2a5f117..d9249897 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 #Gin Web Framework
 
 [![GoDoc](https://godoc.org/github.com/gin-gonic/gin?status.png)](https://godoc.org/github.com/gin-gonic/gin)
+[![Build Status](https://travis-ci.org/gin-gonic/gin.svg)](https://travis-ci.org/gin-gonic/gin)
 
 Gin is a web framework written in Golang. It features a martini-like API with much better performance, up to 40 times faster. If you need performance and good productivity, you will love Gin.  
 [Check out the official web site](http://gin-gonic.github.io/gin/)