mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 06:00:51 +00:00
15 lines
189 B
YAML
15 lines
189 B
YAML
language: node_js
|
|
|
|
before_install:
|
|
- npm install -g grunt-cli
|
|
|
|
install:
|
|
- npm install
|
|
- grunt install
|
|
|
|
script:
|
|
- grunt test:unit
|
|
|
|
services:
|
|
- redis-server
|
|
- mongodb
|