Skip to content

Commit 0432aa2

Browse files
committed
Drop support for Node.js 4 and 5
1 parent c1e6e39 commit 0432aa2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ group: edge
55
language: node_js
66

77
node_js:
8+
- '10'
89
- '8'
9-
- '7'
1010
- '6'
11-
- '5'
12-
- '4'
1311

1412
before_install:
1513
- npm install -g npm

0 commit comments

Comments
 (0)