From ebdfe857ca52ace85d443954c0f90cc65c8cf6e9 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Sun, 24 Apr 2016 02:31:41 +1000 Subject: [PATCH] Merge pull request #47 from ntwb/remove-nodejs-012x Remove NodeJS 0.12.x from CI test matrix --- packages/stylelint-config-wordpress/.travis.yml | 1 - packages/stylelint-config-wordpress/appveyor.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/stylelint-config-wordpress/.travis.yml b/packages/stylelint-config-wordpress/.travis.yml index e21939a5759d6..15ec7ff5bbdf7 100644 --- a/packages/stylelint-config-wordpress/.travis.yml +++ b/packages/stylelint-config-wordpress/.travis.yml @@ -16,7 +16,6 @@ cache: node_js: - '5' - '4' - - '0.12' before_install: # remove outdated deps, assists with cache maintenance diff --git a/packages/stylelint-config-wordpress/appveyor.yml b/packages/stylelint-config-wordpress/appveyor.yml index aec25756aec8f..9db513b9f4b76 100644 --- a/packages/stylelint-config-wordpress/appveyor.yml +++ b/packages/stylelint-config-wordpress/appveyor.yml @@ -4,7 +4,6 @@ environment: matrix: - nodejs_version: 5 - nodejs_version: 4 - - nodejs_version: 0.12 version: "{build}" build: off