initial commit: working mqtt example

This commit is contained in:
2018-01-04 20:26:48 -07:00
commit b3c3f2bcce
13 changed files with 6150 additions and 0 deletions

20
.travis.yml Normal file
View File

@@ -0,0 +1,20 @@
language: node_js
node_js:
- "stable"
- "8"
cache:
directories:
- node_modules
notifications:
email: false
branches:
only:
- master
- /^v[0-9].*$/
after_success:
- npm run report-coverage -- -e TRAVIS_NODE_VERSION