summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml21
1 files changed, 20 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 8cb872a..a29049b 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -1,5 +1,25 @@
steps:
+- label: run-lint-and-specs-ruby-2.2
+ command:
+ - export USER="root"
+ - bundle install --jobs=7 --retry=3 --without docs development style
+ - bundle exec rake spec
+ expeditor:
+ executor:
+ docker:
+ image: ruby:2.2-jessie
+
+- label: run-lint-and-specs-ruby-2.3
+ command:
+ - export USER="root"
+ - bundle install --jobs=7 --retry=3 --without docs development
+ - bundle exec rake
+ expeditor:
+ executor:
+ docker:
+ image: ruby:2.3-stretch
+
- label: run-lint-and-specs-ruby-2.4
command:
- export USER="root"
@@ -29,4 +49,3 @@ steps:
executor:
docker:
image: ruby:2.6-stretch
-