diff --git a/services/document-updater/.travis.yml b/services/document-updater/.travis.yml new file mode 100644 index 0000000000..29f5884d60 --- /dev/null +++ b/services/document-updater/.travis.yml @@ -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 diff --git a/services/document-updater/README.md b/services/document-updater/README.md index a58d453357..f86dcda412 100644 --- a/services/document-updater/README.md +++ b/services/document-updater/README.md @@ -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 -------