From fe978868de6b64ec19f6b6b886c2dfb691020f78 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Fri, 29 Dec 2017 12:44:15 -0700 Subject: [PATCH] Update Travis & AppVeyor to allow node 0.10 failures --- .travis.yml | 1 + appveyor.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9393142d..772bc41c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ node_js: - '6' - '5' - '4' + - '0.12' - '0.10' os: - linux diff --git a/appveyor.yml b/appveyor.yml index 95c110d9..7e0a57f3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,10 @@ environment: - nodejs_version: "0.12" - nodejs_version: "0.10" +matrix: + allow_failures: + - nodejs_version: "0.10" + # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js