From 44b8da4cd3153ce1d48bc50da442c8fd04aa009d Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Fri, 3 Feb 2017 12:38:06 +0100 Subject: [PATCH] [ci] Remove node 0.12 --- .travis.yml | 5 ----- appveyor.yml | 2 -- 2 files changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index e03c0e3..cb55428 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ node_js: - "7" - "6" - "4" - - "0.12" os: - osx matrix: @@ -21,7 +20,3 @@ matrix: os: linux sudo: false dist: trusty - - node_js: "0.12" - os: linux - sudo: false - dist: trusty diff --git a/appveyor.yml b/appveyor.yml index 1140676..954f556 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,6 @@ environment: - nodejs_version: "7" - nodejs_version: "6" - nodejs_version: "4" - - nodejs_version: "0.12" platform: - x86 - x64 @@ -11,7 +10,6 @@ matrix: fast_finish: true install: - ps: Install-Product node $env:nodejs_version $env:platform - - if %nodejs_version% equ 0.12 npm -g install npm@latest - npm install test_script: - node --version