Skip to content

Commit 0fa01ba

Browse files
committed
fix: Remove deprecated node.js version
1 parent 3251530 commit 0fa01ba

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ os:
55
language: node_js
66
node_js:
77
- node
8-
- '8'
9-
- '7'
10-
- '6'
11-
- '5'
12-
- '4'
13-
- '0.12'
14-
- '0.10'
8+
- '15'
9+
- '14'
10+
- '13'
11+
- '12'
12+
- '10'
1513
matrix:
1614
allow_failures: []
1715
fast_finish: true

0 commit comments

Comments
 (0)