We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c40602f + 438c494 commit f585946Copy full SHA for f585946
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
-node_js: 5
+node_js: 8
3
before_install:
4
- ./start-broker.sh
5
script:
package.json
@@ -10,9 +10,9 @@
10
"license": "EPL-1.0",
11
"devDependencies": {
12
"dotenv": "^4.0.0",
13
- "eslint": "^4.12.1",
14
- "jasmine-node": "1.14.x",
15
- "jsdoc": "^3.5.5",
+ "eslint": "^4.19.1",
+ "jasmine-node": "^3.0.0",
+ "jsdoc": "^3.6.2",
16
"node-localstorage": "1.3.x",
17
"websocket": "1.x.x"
18
}
0 commit comments