We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 258068c + ca68c4c commit 08ec50bCopy full SHA for 08ec50b
.travis.yml
@@ -1,4 +1,4 @@
1
-language: c
+language: node_js
2
compiler: clang
3
services:
4
- rabbitmq
@@ -30,6 +30,3 @@ install:
30
- cd -
31
before_script:
32
- mosquitto -d
33
-script:
34
-- npm test
35
-
package.json
@@ -18,7 +18,7 @@
18
"coffee-script": "^1.8.0",
19
"mocha": "~3.2.0",
20
"msgflo": "^0.10.0",
21
- "mqtt": "~1.4.0"
+ "mqtt": "~2.7.2"
22
},
23
"keywords": [],
24
"bin": {},
0 commit comments