Remove tests / support for Node 6

This commit is contained in:
Christian Paul 2019-03-24 18:14:19 -07:00
parent cf4731682e
commit 7b322af22f
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -15,7 +15,7 @@
"mapscii": "./bin/mapscii.sh" "mapscii": "./bin/mapscii.sh"
}, },
"engines": { "engines": {
"node": ">=6.14.0" "node": ">=8"
}, },
"keywords": [ "keywords": [
"map", "map",