xmpp.chapril.org-conversejs/.travis.yml
JC Brand 7b11d85503 Add support for XEP-0198 Stream Management
- New plugin `converse-smacks`
- New config option `enable_smacks`
- Rename session cache id from `converse.bosh-session` to `converse.session`
- Refactor logout and login as consistently used api methods
- Refactor session cache to store per JID

Fixes #316
2019-06-03 09:43:12 +02:00

13 lines
192 B
YAML

dist: xenial
language: node_js
cache:
directories:
- node_modules
addons:
chrome: stable
node_js:
- "10"
install: make stamp-npm
before_script: make serve_bg
script: make check