Drop support for Node 4.x

Node 4.x is no longer maintained by Node.js project.
This commit is contained in:
Miroslav Bajtoš 2018-06-12 08:34:49 +02:00
parent 77f11cda3b
commit c479be7069
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
sudo: false sudo: false
language: node_js language: node_js
node_js: node_js:
- "4"
- "6" - "6"
- "8" - "8"

View File

@ -15,7 +15,7 @@
"ORM" "ORM"
], ],
"engines": { "engines": {
"node": ">=4.0.0" "node": ">=6"
}, },
"repository": { "repository": {
"type": "git", "type": "git",