xmpp-bot/.travis.yml
2022-09-28 02:10:29 +02:00

14 lines
171 B
YAML

dist: jammy
language: node_js
node_js:
- node
- lts/*
before_script:
- cp test/config.json lib/config/config.json
script:
- npm run lint
- npm run coveralls