mirror of
https://github.com/misskey-dev/SyslogPro.git
synced 2025-08-04 07:06:29 +09:00
10 lines
86 B
YAML
10 lines
86 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- stable
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script:
|
|
- npm test |