mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge branch 'master' into remove_mongo_doc_ops
This commit is contained in:
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.
|
||||
|
||||
[](https://travis-ci.org/sharelatex/document-updater-sharelatex)
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user