Merge branch 'master' into remove_mongo_doc_ops

This commit is contained in:
James Allen 2014-02-24 16:17:30 +00:00
commit 9cf883e59f
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,18 @@
language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
script:
- grunt test:unit
services:
- redis-server
- mongodb

View file

@ -3,6 +3,8 @@ document-updater-sharelatex
An API for applying incoming updates to documents in real-time.
[![Build Status](https://travis-ci.org/sharelatex/document-updater-sharelatex.png?branch=master)](https://travis-ci.org/sharelatex/document-updater-sharelatex)
License
-------