overleaf/services/filestore/.travis.yml

23 lines
286 B
YAML
Raw Normal View History

2014-02-24 09:26:38 -05: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
2014-02-24 09:26:38 -05:00
script:
- grunt test:unit
2014-12-22 08:10:40 -05:00
- grunt test:acceptance
2014-02-24 09:26:38 -05:00
services:
- redis-server
- mongodb