Skip to content

Commit 8038b0e

Browse files
committed
update travis configuration to current LTS node versions
1 parent 9e453f2 commit 8038b0e

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.travis.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.10"
5-
- "0.11"
6-
- "0.12"
7-
- "iojs-1"
8-
- "iojs-2"
9-
- "iojs-3"
104
- "4"
11-
matrix:
12-
allow_failures:
13-
- node_js:
14-
- "0.11"
15-
- "iojs-1"
16-
- "iojs-2"
17-
- "iojs-3"
5+
- "6"
6+
- "8"

0 commit comments

Comments
 (0)