Skip to content

Commit

Permalink
Test on CI also with Ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Dec 28, 2018
1 parent 2474c21 commit e8f59de
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ jobs:
- image: circleci/ruby:2.5
<<: *rubocop

# Ruby 2.6
ruby-2.6-rspec:
docker:
- image: circleci/ruby:2.6
<<: *rspec
ruby-2.6-rubocop:
docker:
- image: circleci/ruby:2.6
<<: *rubocop

# JRuby
jruby:
docker:
Expand Down Expand Up @@ -121,5 +131,9 @@ workflows:
requires: [confirm_config_and_documentation]
- ruby-2.5-rubocop:
requires: [confirm_config_and_documentation]
- ruby-2.6-rspec:
requires: [confirm_config_and_documentation]
- ruby-2.6-rubocop:
requires: [confirm_config_and_documentation]
- jruby
- code-climate

0 comments on commit e8f59de

Please sign in to comment.