mirror of
https://github.com/nioc/xmpp-bot.git
synced 2024-11-10 03:56:48 +01:00
14 lines
171 B
YAML
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
|