Skip to content

Commit

Permalink
#572 fix for broken travis test.
Browse files Browse the repository at this point in the history
updated readme to include test badge and organized info
  • Loading branch information
bpatram committed Apr 2, 2017
1 parent 15a8d57 commit 8c6b310
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ addons:
apt:
packages:
- xvfb
before_install:
- npm install -g npm
- npm install -g karma-cli
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
Expand Down
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Backbone-relational
# Backbone Relational
[![Build Status](https://travis-ci.org/PaulUithol/Backbone-relational.svg?branch=master)](https://travis-ci.org/PaulUithol/Backbone-relational)

Backbone-relational provides one-to-one, one-to-many and many-to-one relations between models for [Backbone](https://github.com/documentcloud/backbone).
Backbone-relational provides one-to-one, one-to-many and many-to-one relations between models for [Backbone](https://backbonejs.org). Backbone-relational is released under the [MIT license](https://github.com/PaulUithol/Backbone-relational/blob/master/LICENSE.txt).

Documentation: http://backbonerelational.org
## Documentation
All documentation can be found at:

Backbone-relational is released under the [MIT license](https://github.com/PaulUithol/Backbone-relational/blob/master/LICENSE.txt).
Contributors: https://github.com/PaulUithol/Backbone-relational/contributors
http://backbonerelational.org

## How to Contribute

If you would like to contribute to Backbone Relational's source code, please read the [guidelines for pull requests and contributions](./CONTRIBUTING.md). Following these guidelines will help make your contributions easier to bring into the next release.

## [Github Issues]()

Report issues with Marionette, submit pull requests to fix problems, or to create summarized and documented feature requests (preferably with pull requests that implement the feature).

0 comments on commit 8c6b310

Please sign in to comment.