From 691f0f1aca76fa2c527fec6a34ebbb2556a3626e Mon Sep 17 00:00:00 2001 From: Matthew Dean Date: Mon, 23 Oct 2017 19:46:51 -0700 Subject: [PATCH] Deprecate Node 0.10 and 0.12 support --- .travis.yml | 4 ++-- appveyor.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ecfa7641..3444a98bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ node_js: - "8" - "6" - "4" - - "0.12" - - "0.10" + # - "0.12" + # - "0.10" before_install: # from https://github.com/travis-ci/travis-ci/issues/3225#issuecomment-177592725 # and also from https://github.com/travis-ci/travis-ci/issues/3225#issuecomment-200965782 diff --git a/appveyor.yml b/appveyor.yml index 9697ff2b2..523738ada 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,8 @@ # Test against these versions of Node.js. environment: matrix: - - nodejs_version: "0.10" - - nodejs_version: "0.12" + # - nodejs_version: "0.10" + # - nodejs_version: "0.12" - nodejs_version: "4" - nodejs_version: "6" - nodejs_version: "8"