UNPKG

rocket.chat.mqtt

Version:

It's a MQTT Server, using redis to scale horizontally.

10 lines (9 loc) 156 B
sudo: false language: node_js node_js: - 0.12 - 4 - 6 - 8 script: - if [ $TRAVIS_NODE_VERSION = 6 ]; then npm run coverage; else npm run test; fi