Files
express-prom-bundle/.travis.yml

14 lines
207 B
YAML

language: node_js
node_js:
- "10"
- "12"
- "14"
notifications:
email: false
before_install:
- npm install prom-client
script:
- npm run lint
- npm test
- npm run dtslint-next