From 2d2758e2fd6bdbff280cd8e443e020485d8b82c5 Mon Sep 17 00:00:00 2001 From: JP Richardson Date: Wed, 27 Apr 2016 09:45:38 -0500 Subject: [PATCH] removed formal support for Node v0.10. --- .travis.yml | 1 - README.md | 5 ----- appveyor.yml | 1 - 3 files changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8662b6f..3b815ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ sudo: false language: node_js node_js: - - "0.10" - "0.12" - "io.js" - "4" diff --git a/README.md b/README.md index 978461c..5ed9e55 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,6 @@ Node.js: fs-extra Standard JavaScript -**NOTE ~~(2016-01-13)~~(2016-04-16):** Node v0.10 (and possibly v0.12) will be unsupported AFTER Ubuntu LTS releases their next version ~~AND [Amazon Lambda -upgrades](http://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html) its Node.js runtime from v0.10~~ (see: https://aws.amazon.com/blogs/compute/node-js-4-3-2-runtime-now-available-on-lambda/). -I anticipate this will happen around late spring / summer 2016. Please prepare accordingly. After this, we'll make a strong push -for a 1.0.0 release. - Why? ---- diff --git a/appveyor.yml b/appveyor.yml index 08a2803..cc18d81 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,6 @@ environment: matrix: # node.js - - nodejs_version: "0.10" - nodejs_version: "0.12" - nodejs_version: "4" - nodejs_version: "5"