mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-09 00:59:02 +02:00
20 lines
217 B
YAML
20 lines
217 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
|
|
|
|
services:
|
|
- redis-server
|
|
- mongodb
|
|
|