7b11d85503
- 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
13 lines
192 B
YAML
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
|