From da7c56fd5682251eb586c24a3641e92cd98ecf76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Thu, 26 Oct 2017 02:50:09 +0100 Subject: [PATCH] test(appveyor): remove testing on node 0.10 and 0.12 --- .appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e29ee52..50a0948 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,10 +7,6 @@ # What combinations to test environment: matrix: - - nodejs_version: "0.10" - platform: x86 - - nodejs_version: "0.12" - platform: x86 - nodejs_version: "4" platform: x64 - nodejs_version: "4"