From 1e30383ed51770edcb6bbb2055ed7829125f005f Mon Sep 17 00:00:00 2001 From: Pablo Vallejo Date: Sun, 6 Apr 2014 11:22:01 -0500 Subject: [PATCH] Add travis build status to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ad2b25..600b397 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ Gillie - JavaScript MicroFramework ======= +[![Build Status](https://travis-ci.org/PabloVallejo/gillie.svg?branch=master)](https://travis-ci.org/PabloVallejo/gillie) Gillie is a JavaScript micro-framework that lets you easily structure your app using `models`, `views` and `handlers`. Gillie takes things from Backbone, jQuery and Underscore, it is very easy to set up and it's only dependency is jQuery.