Skip to content

Commit

Permalink
Merge pull request #334 from airbrake/jruby-update
Browse files Browse the repository at this point in the history
circleci: fix JRuby build
  • Loading branch information
kyrylo authored Jun 26, 2018
2 parents a168dd5 + a68445c commit 510f199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
- <<: *repo_restore_cache
- <<: *bundle_install
- <<: *unit
"jruby-9.1.16":
"jruby-9.2.0.0":
docker:
- image: circleci/jruby:9.1.16.0
- image: circleci/jruby:9.2.0.0
working_directory: ~/airbrake-ruby
steps:
- <<: *repo_restore_cache
Expand Down Expand Up @@ -109,6 +109,6 @@ workflows:
- "ruby-2.5":
requires:
- lint
- "jruby-9.1.16":
- "jruby-9.2.0.0":
requires:
- lint

0 comments on commit 510f199

Please sign in to comment.