mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 03:23:10 +00:00
Merge branch 'master' into remove_mongo_doc_ops
This commit is contained in:
commit
9cf883e59f
2 changed files with 20 additions and 0 deletions
18
services/document-updater/.travis.yml
Normal file
18
services/document-updater/.travis.yml
Normal 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
|
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in a new issue