chore: drop Node.js 6 and add Node.js 12 to travis

This commit is contained in:
Nora 2019-11-19 15:19:39 -05:00
parent 60963c4415
commit 02569bd3b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"