Merge pull request #4600 from inspec/mj/4588

Add ruby 2.7 preview
This commit is contained in:
Miah Johnson 2019-10-23 17:19:06 -07:00 committed by GitHub
commit 1e292adc42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ expeditor:
retry:
automatic:
limit: 1
steps:
- label: run-tests-ruby-2.4
@ -33,6 +33,14 @@ steps:
docker:
image: ruby:2.6-stretch
- label: run-tests-ruby-2.7-preview
command:
- /workdir/.expeditor/buildkite/verify.sh || true
expeditor:
executor:
docker:
image: ruby:2.7-rc-buster
- label: isolated-tests-ruby-2.6
command:
- RAKE_TASK=test:isolated /workdir/.expeditor/buildkite/verify.sh