mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 04:40:05 +02:00
9 lines
101 B
YAML
9 lines
101 B
YAML
language: node_js
|
|
node_js:
|
|
- "7"
|
|
- "6"
|
|
- "4.1"
|
|
- "4.0"
|
|
|
|
script: npm run-script code-standard
|