overleaf/services/track-changes/.travis.yml

23 lines
286 B
YAML
Raw Normal View History

2014-02-26 11:27:09 -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-26 11:27:09 -05:00
script:
- grunt test:unit
- grunt test:acceptance
2014-02-26 11:27:09 -05:00
services:
- redis-server
- mongodb