mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
12 lines
145 B
YAML
12 lines
145 B
YAML
|
language: node_js
|
||
|
|
||
|
before_install:
|
||
|
- npm install -g grunt-cli
|
||
|
|
||
|
install:
|
||
|
- npm install
|
||
|
- grunt install
|
||
|
|
||
|
script:
|
||
|
- grunt test:unit
|