Skip to content

Commit a87f405

Browse files
committed
feat: add support for Node.js v6 (#295)
1 parent a5acc61 commit a87f405

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ node_js:
55
- '0.11'
66
- '0.12'
77
- 'iojs'
8-
- '4.0'
9-
- '4.1'
8+
- '4'
9+
- '5'
10+
- '6'
1011

1112
services:
1213
- redis-server

0 commit comments

Comments
 (0)