overleaf/services/real-time/.travis.yml

13 lines
182 B
YAML
Raw Normal View History

2018-04-19 09:37:46 -04:00
language: node_js
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
script:
- grunt test:unit
- grunt compile:acceptance_tests