Skip to content

Commit 09ca39e

Browse files
author
Ruben Bridgewater
committed
Remove support for Node.js 0.10 and 0.12 and add support for 7
1 parent c216961 commit 09ca39e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ addons:
99
packages:
1010
- g++-4.8
1111
node_js:
12-
- "0.10"
13-
- "0.12"
1412
- "4"
1513
- "6"
14+
- "7"
1615
install:
1716
- npm install
1817
- npm install hiredis

0 commit comments

Comments
 (0)