1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00

new hiredis works with iojs-v3+

This commit is contained in:
Benjamin Coe
2015-08-29 14:31:50 -07:00
parent 6b1e789337
commit 010a72710f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,5 +3,5 @@ sudo: true
node_js: node_js:
- "0.10" - "0.10"
- "0.12" - "0.12"
- "iojs-v2" - "iojs"
after_success: npm run coverage after_success: npm run coverage

View File

@@ -17,7 +17,7 @@
"async": "^1.3.0", "async": "^1.3.0",
"colors": "~0.6.0-1", "colors": "~0.6.0-1",
"coveralls": "^2.11.2", "coveralls": "^2.11.2",
"hiredis": "^0.4.0", "hiredis": "^0.4.1",
"metrics": ">=0.1.5", "metrics": ">=0.1.5",
"mocha": "^2.2.5", "mocha": "^2.2.5",
"nyc": "^3.0.0", "nyc": "^3.0.0",