From f4eedb77f0d921e7ca20e076f7034847a61a9926 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 8 Mar 2019 11:47:57 -0800 Subject: Remove chef-13 branch from expeditor/travis/appveyor This is no longer a supported release and we won't be building or testing it at this point. 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 ecbf2166e4..a8c308a29e 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -51,8 +51,6 @@ github: version_constraint: 15* - chef-14: version_constraint: 14* - - chef-13: - version_constraint: 13* # 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 9f944415fb..9cf6f92c6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,6 @@ branches: only: - master - chef-14 - - chef-13 env: global: diff --git a/appveyor.yml b/appveyor.yml index e5ad88b8a3..290c20bb50 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,6 @@ branches: only: - master - chef-14 - - chef-13 install: - systeminfo -- cgit v1.2.1