Drop support for Node v0.10/v0.12

Also add Node 7 to .travis.yml.
This commit is contained in:
Miroslav Bajtoš 2017-01-31 09:31:51 +01:00
parent c8845ff448
commit 05d8844399
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -3,6 +3,9 @@
"description": "Error handler for use in development and production environments.",
"license": "MIT",
"version": "1.2.1",
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/strong-error-handler.git"