1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

chore: drop support for Node.js < 6

This commit is contained in:
Ruben Bridgewater
2017-04-21 20:50:54 -03:00
parent 94b95fdb35
commit ff898995e6
3 changed files with 2 additions and 5 deletions

View File

@@ -9,8 +9,6 @@ addons:
packages:
- g++-4.8
node_js:
- "0.12"
- "4"
- "6"
- "7"
after_success: npm run coveralls

View File

@@ -3,8 +3,7 @@
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"
pull_requests:

View File

@@ -31,7 +31,7 @@
"redis-parser": "^2.6.0"
},
"engines": {
"node": ">=0.12.0"
"node": ">=6"
},
"devDependencies": {
"bluebird": "^3.0.2",