mirror of
https://github.com/nioc/xmpp-bot.git
synced 2024-11-12 21:06:50 +01:00
11 lines
113 B
YAML
11 lines
113 B
YAML
|
dist: xenial
|
||
|
|
||
|
language: node_js
|
||
|
|
||
|
node_js:
|
||
|
- node
|
||
|
- lts/*
|
||
|
|
||
|
before_script:
|
||
|
- cp test/config.json config.json
|