Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 032a8b1

Browse files
committed
chore: drop support for node6
BREAKING CHANGE: drop support for node6
1 parent c334fc9 commit 032a8b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ sudo: false
22
language: node_js
33
node_js:
44
- stable
5+
- '10'
56
- '8'
6-
- '6'
77
matrix:
88
fast_finish: true
99
branches:
@@ -21,4 +21,3 @@ cache:
2121
before_script: 'npm run linter'
2222
script: 'npm run test'
2323
after_script: 'npm run coverage'
24-

0 commit comments

Comments
 (0)