Skip to content

Commit b3f3eee

Browse files
committed
Add node v6 to travis and change 4.0, 5.0 to 4.x, 5.x
1 parent 9966773 commit b3f3eee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ node_js:
44
- "0.8"
55
- "0.10"
66
- "0.12"
7-
- "4.0"
8-
- "5.0"
7+
- "4"
8+
- "5"
9+
- "6"
10+
- "node"
911
before_install:
1012
- "npm install --upgrade npm -g"

0 commit comments

Comments
 (0)