Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit a8182d0

Browse files
author
James Spencer
committed
add travis to readme
1 parent e45a1f7 commit a8182d0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
Mongoose Relationships
1+
Mongoose Relationships [![Build Status](https://travis-ci.org/JamesS237/mongo-relation.svg?branch=master)](https://travis-ci.org/JamesS237/mongo-relation)
22
======================
3-
43
_... because sometimes embedded documents aren't enough._
54

65
A plugin for [Mongoose](http://github.com/learnboost/mongoose) adding a simple syntax for model relationships and providing useful helpers to empower them.
@@ -227,12 +226,6 @@ Testing
227226

228227
Mongo-Relation uses [Mocha](http://github.com/visionmedia/mocha) with [Should](http://github.com/visionmedia/should.js). Tests are located in `./test` and should be ran with the `make test` command.
229228

230-
Todo
231-
====
232-
233-
* One to one relationships
234-
* Make sure I didn't break anything with Mongoose
235-
236229
Contribute
237230
==========
238231

0 commit comments

Comments
 (0)