mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 21:00:04 +02:00
10 lines
134 B
YAML
10 lines
134 B
YAML
language: node_js
|
|
language: node_js
|
|
node_js:
|
|
- '0.8'
|
|
- '0.10'
|
|
- '0.12'
|
|
- 'iojs'
|
|
before_install:
|
|
- npm install -g npm@latest
|