mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-01-18 16:27:28 +01:00
v12 drops support for versions of Node.js that are no longer supported (as-of January, 2020), and also removes the timeout option from collectDefaultMetrics(). Remove 6 and 8 from Travis, and add 12 and 13 (so all the non-EOL versions of Node.js are tested).
14 lines
184 B
YAML
14 lines
184 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
- "12"
|
|
- "13"
|
|
notifications:
|
|
email: false
|
|
before_install:
|
|
- npm install prom-client
|
|
script:
|
|
- npm test
|
|
- npm run dtslint
|
|
|