Skip to content

Commit 8e36748

Browse files
committed
Drop iojs supports and add last node version to the CI matrix
1 parent d53873d commit 8e36748

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.travis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@ language: node_js
33
sudo: false
44

55
node_js:
6-
- "iojs-v2.4.0"
7-
- "iojs-v3.1.0"
8-
- "iojs-v3.2.0"
6+
- "5.7"
7+
- "5.6"
8+
- "5.5"
9+
- "5.4"
10+
- "5.3"
11+
- "5.2"
12+
- "5.1"
13+
- "5.0"
14+
- "4.3"
15+
- "4.2"
916
- "0.12"
1017

1118
script:

0 commit comments

Comments
 (0)