Skip to content

Commit 239011d

Browse files
author
Oliver Kovacs
committed
Drop support for node 6 and 5
1 parent d9aca1a commit 239011d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: node_js
22

33
node_js:
4-
- "6"
5-
- "5"
4+
- "12"
5+
- "10"
6+
- "8"
67

78
script:
89
- npm run lint

0 commit comments

Comments
 (0)