mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-01-18 16:27:28 +01:00
10 lines
136 B
YAML
10 lines
136 B
YAML
language: node_js
|
|
node_js:
|
|
- "6"
|
|
- "8"
|
|
- "10"
|
|
notifications:
|
|
email: false
|
|
before_install:
|
|
- npm install prom-client
|