overleaf/services/docstore/.travis.yml

12 lines
145 B
YAML
Raw Normal View History

2014-04-28 11:48:36 -04:00
language: node_js
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
script:
- grunt test:unit