chelsea and stacey's work around travis email and readme updates

This commit is contained in:
Chelsea H. Komlo 2013-12-20 02:18:37 +05:30 committed by Vishwas Babu A J
parent 679a7cafa9
commit c02b53627e
2 changed files with 13 additions and 4 deletions

View File

@ -1,9 +1,10 @@
language: node_js
node_js:
- "0.10"
- "0.8"
- "0.6"
before_script:
- npm install -g grunt-cli
- npm install -g bower
- bower install
- grunt prod
notifications:
email: true

View File

@ -1,3 +1,13 @@
# MifosX Community App
This is the default web application built on top of the MifosX platform for the mifos user community. It is a Single-Page App (SPA) written in web standard technologies like JavaScript, CSS and HTML5. It leverages common popular frameworks/libraries such as AngularJS, Bootstrap and Font Awesome.
## Build Status
Travis
[![Build Status](https://travis-ci.org/openMF/community-app.png?branch=master)](https://travis-ci.org/openMF/community-app)
## Online Demo
<a target="_blank" href="https://demo.openmf.org/beta">Access the online demo version here</a>
@ -78,5 +88,3 @@ Just open test/SpecRunner.html in the browser.
Please read the <a href="https://github.com/openMF/community-app/blob/master/Contributing.md" >contribution guidelines</a>
Testing