Files
express-prom-bundle/.travis.yml
Sam Roberts 20c6a7de24 Update to prom-client v12, requiring Node >=10
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).
2020-03-06 16:39:47 -08:00

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