--- expeditor: defaults: buildkite: timeout_in_minutes: 30 steps: - label: run-lint-and-specs-ruby-2.6 command: - apt-get update - .expeditor/run_linux_tests.sh rake spec pedant style expeditor: executor: docker: image: ruby:2.6-buster - label: run-lint-and-specs-ruby-2.7 command: - apt-get update - .expeditor/run_linux_tests.sh rake spec pedant style expeditor: executor: docker: image: ruby:2.7-buster - label: run-specs-windows command: - bundle config set --local without docs debug - bundle install --jobs=7 --retry=3 - bundle exec rake pedant style expeditor: executor: docker: host_os: windows