Skip to content

Commit 4ef566d

Browse files
author
Paul Devine
committed
modernize travis nodejs versions, was testing ancient reality
1 parent cba957a commit 4ef566d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ notifications:
44
55
language: node_js
66
node_js:
7-
- "0.10"
8-
- "0.12"
9-
- "iojs"
10-
- "4.0"
7+
- "7"
8+
- "6.6"
9+
- "6"
10+
- "5"
11+
- "4"
1112
services:
1213
- redis-server

0 commit comments

Comments
 (0)