Skip to content

Commit 39ac1a3

Browse files
authored
Slim down test matrix to currently used versions
Also keeps 0.8 since we don't want to drop that support until 2.x
1 parent 3fa461d commit 39ac1a3

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.travis.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
language: node_js
22
node_js:
3-
- "0.8"
4-
- "0.10"
5-
- "0.12"
6-
- "iojs-v1.8.4"
7-
- "iojs-v2.5.0"
8-
- "iojs-v3.3.0"
9-
- "4"
10-
- "5"
11-
matrix:
12-
allow_failures:
13-
- node_js: "5"
3+
- '6'
4+
- '4'
5+
- '0.12'
6+
- '0.10'
7+
- '0.8'
148
addons:
159
apt:
1610
sources:

0 commit comments

Comments
 (0)