xmpp-bot/.travis.yml

15 lines
163 B
YAML
Raw Normal View History

2019-10-13 03:38:25 +02:00
dist: xenial
language: node_js
node_js:
- node
- lts/*
before_script:
- cp test/config.json lib/config/config.json
2019-10-14 09:30:43 +02:00
script:
- npm run lint
- npm test