We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83a1be2 + 1e6ced4 commit ec4c41fCopy full SHA for ec4c41f
.travis.yml
@@ -1,7 +1,15 @@
1
language: node_js
2
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
11
node_js:
12
- "0.10"
13
- "0.12"
- - "iojs-v2"
14
+ - "iojs"
15
after_success: npm run coverage
package.json
@@ -17,7 +17,7 @@
17
"async": "^1.3.0",
18
"colors": "~0.6.0-1",
19
"coveralls": "^2.11.2",
20
- "hiredis": "^0.4.0",
+ "hiredis": "^0.4.1",
21
"metrics": ">=0.1.5",
22
"mocha": "^2.2.5",
23
"nyc": "^3.0.0",
0 commit comments