Files
express-prom-bundle/.travis.yml

12 lines
183 B
YAML

language: node_js
node_js:
- "18"
notifications:
email: false
before_install:
- npm install prom-client
script:
- npm run lint
- npm test
- npm run test-types