overleaf/services/docstore/.travis.yml

22 lines
267 B
YAML
Raw Normal View History

2014-04-28 11:48:36 -04:00
language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
before_script:
- grunt forever:app:start
script:
- grunt test:unit
- grunt test:acceptance
services:
- mongodb