Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 48791c5

Browse files
author
Lilleman
committed
Dropped support for node v6, since it is not in active LTS anyways
1 parent 9aa54bc commit 48791c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
node_js: [6, 8, 10, 12]
2+
node_js: [8, 10, 12]
33
script: npm run lint && npm test
44
deploy:
55
provider: npm

0 commit comments

Comments
 (0)