Skip to content

Commit 010a727

Browse files
author
Benjamin Coe
committed
new hiredis works with iojs-v3+
1 parent 6b1e789 commit 010a727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ sudo: true
33
node_js:
44
- "0.10"
55
- "0.12"
6-
- "iojs-v2"
6+
- "iojs"
77
after_success: npm run coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"async": "^1.3.0",
1818
"colors": "~0.6.0-1",
1919
"coveralls": "^2.11.2",
20-
"hiredis": "^0.4.0",
20+
"hiredis": "^0.4.1",
2121
"metrics": ">=0.1.5",
2222
"mocha": "^2.2.5",
2323
"nyc": "^3.0.0",

0 commit comments

Comments
 (0)