File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 11language : node_js
2+ sudo : false
23
3- # test on two node.js versions: 0.10
44node_js :
55 - ' 0.10'
66 - ' 0.12'
7- - ' iojs-v1'
8- - ' iojs-v2'
7+ - ' stable'
98
109services :
1110 - redis-server
Original file line number Diff line number Diff line change 1515 },
1616 "main" : " ./index.js" ,
1717 "dependencies" : {
18- "async" : " ~1.4 .0" ,
19- "bluebird" : " ^2.9.34 " ,
20- "lodash" : " ~ 3.10.0 " ,
21- "mongodb" : " ^2.0.39 " ,
22- "redis" : " >=0.12.1 "
18+ "async" : " ^1.5 .0" ,
19+ "bluebird" : " ^3.0.2 " ,
20+ "lodash" : " ^ 3.10.1 " ,
21+ "mongodb" : " ^2.0.47 " ,
22+ "redis" : " ^2.2.5 "
2323 },
2424 "devDependencies" : {
25- "mocha" : " ^2.2.5 " ,
26- "chai" : " ~3.2 .0"
25+ "mocha" : " ^2.3.3 " ,
26+ "chai" : " ^3.4 .0"
2727 },
2828 "scripts" : {
2929 "test" : " mocha test/runner.js --reporter spec" ,
You can’t perform that action at this time.
0 commit comments