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"