Skip to content

Commit ec4c41f

Browse files
committed
Merge pull request #800 from NodeRedis/794-fix
upgrade hiredis so that tests work on newest iojs
2 parents 83a1be2 + 1e6ced4 commit ec4c41f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
language: node_js
22
sudo: true
3+
env:
4+
- CXX=g++-4.8
5+
addons:
6+
apt:
7+
sources:
8+
- ubuntu-toolchain-r-test
9+
packages:
10+
- g++-4.8
311
node_js:
412
- "0.10"
513
- "0.12"
6-
- "iojs-v2"
14+
- "iojs"
715
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)