Skip to content

Commit

Permalink
Use nightly Ruby build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning authored and bbatsov committed Sep 27, 2018
1 parent 930510b commit a073db2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,24 +136,24 @@ jobs:
steps:
*rubocop_steps

# Latest MRI release candidate
ruby-rc-spec:
# ruby-head (nightly snapshot build)
ruby-head-spec:
docker:
- image: circleci/ruby:rc
- image: rubocophq/circleci-ruby-snapshot:latest
environment:
<<: *common_env
steps:
*spec_steps
ruby-rc-ascii_spec:
ruby-head-ascii_spec:
docker:
- image: circleci/ruby:rc
- image: rubocophq/circleci-ruby-snapshot:latest
environment:
<<: *common_env
steps:
*ascii_spec_steps
ruby-rc-rubocop:
ruby-head-rubocop:
docker:
- image: circleci/ruby:rc
- image: rubocophq/circleci-ruby-snapshot:latest
environment:
<<: *common_env
steps:
Expand Down Expand Up @@ -262,11 +262,11 @@ workflows:
- cc-setup
- ruby-2.5-ascii_spec
- ruby-2.5-rubocop
- ruby-rc-spec:
- ruby-head-spec:
requires:
- cc-setup
- ruby-rc-ascii_spec
- ruby-rc-rubocop
- ruby-head-ascii_spec
- ruby-head-rubocop
- jruby-9.2-spec:
requires:
- cc-setup
Expand Down

0 comments on commit a073db2

Please sign in to comment.