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