overleaf/services/filestore/.travis.yml

23 lines
286 B
YAML
Raw Normal View History

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