From b9b56ddceb77c04a1689d34399ffce64f6f27951 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 31 Jan 2018 15:06:52 -0800 Subject: Remove chef-12 branch config Signed-off-by: Tim Smith --- .expeditor/config.yml | 2 -- .travis.yml | 1 - appveyor.yml | 1 - 3 files changed, 4 deletions(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 8a856ee5ba..6ecf9b2376 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -37,8 +37,6 @@ github: version_constraint: 14.* - chef-13: version_constraint: 13.* - - chef-12: - version_constraint: 12.* # These actions are taken, in order they are specified, anytime a Pull Request is merged. merge_actions: diff --git a/.travis.yml b/.travis.yml index 2911dcc70d..11e1763249 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,6 @@ branches: only: - master - chef-13 - - chef-12 env: global: diff --git a/appveyor.yml b/appveyor.yml index 30af2ea6d8..18eb3878f5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,6 @@ branches: only: - master - chef-13 - - chef-12 install: - systeminfo -- cgit v1.2.1