From 285e6052b98af14616bb6d6c6116a5919c8babc2 Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Thu, 6 Mar 2014 01:48:50 +0200 Subject: [PATCH] Adding Travis Tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 685300cb..d8f08500 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![MEAN.JS Logo](http://meanjs.org/img/logo-small.png)](http://meanjs.org/) +[![MEAN.JS Logo](http://meanjs.org/img/logo-small.png)](http://meanjs.org/) [![Build Status](https://travis-ci.org/meanjs/mean.png?branch=master)](https://travis-ci.org/meanjs/mean) MEAN.JS is a full-stack JavaScript open-source solution, which provides a solid starting point for [MongoDB](http://www.mongodb.org/), [Node.js](http://www.nodejs.org/), [Express](http://expressjs.com/), and [AngularJS](http://angularjs.org/) based applications. The idea is to solve the common issues with connecting those frameworks, build a robust framework to support daily development needs, and help developers use better practices while working with popular JavaScript components.