summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-07-16 11:58:13 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2020-07-16 11:58:13 -0700
commit14757e85f67441a81e929a4848a49eb2231e9cc6 (patch)
tree9153d2ac413b2ac64ba59555f2d931e11ec89e99 /.expeditor
parentefb049d75cf125aa097e21577727bf51620dc069 (diff)
downloadmixlib-shellout-14757e85f67441a81e929a4848a49eb2231e9cc6.tar.gz
remove ruby 2.2+2.3
train has a floor on 2.4 now so that is the oldest we need to support Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 57afa06..b1217e5 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -6,24 +6,6 @@ expeditor:
steps:
-- label: run-lint-and-specs-ruby-2.2
- command:
- - export USER="root"
- - .expeditor/run_linux_tests.sh rake
- expeditor:
- executor:
- docker:
- image: ruby:2.2-jessie
-
-- label: run-lint-and-specs-ruby-2.3
- command:
- - export USER="root"
- - .expeditor/run_linux_tests.sh rake
- expeditor:
- executor:
- docker:
- image: ruby:2.3-stretch
-
- label: run-lint-and-specs-ruby-2.4
command:
- export USER="root"