xmpp-bot/.travis.yml
2019-10-14 09:30:43 +02:00

14 lines
152 B
YAML

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