Skip to content

Commit 331e972

Browse files
author
haoxin
committed
travis: add node@5
1 parent 2fd1092 commit 331e972

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ language: node_js
22
node_js:
33
- "0.10"
44
- "0.12"
5-
- "4.2"
5+
- "4"
6+
- "5"
67
services:
7-
- redis-server
8+
- redis-server
89
install:
910
- npm install
1011
script:

0 commit comments

Comments
 (0)