overleaf/services/contacts/.travis.yml
2015-10-06 16:41:35 +01:00

21 lines
267 B
YAML

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