config: test on JRuby 9.2

This commit is contained in:
Kyrylo Silin 2018-11-03 13:58:31 +08:00
parent d14f76500a
commit 381a8af594
1 changed files with 13 additions and 0 deletions

View File

@ -129,6 +129,15 @@ jobs:
- <<: *bundle_install
- <<: *install_ubuntu_nano
- <<: *unit
"jruby-9.2-jdk":
docker:
- image: circleci/jruby:9.2-jdk
working_directory: ~/pry
steps:
- <<: *repo_restore_cache
- <<: *bundle_install
- <<: *install_ubuntu_nano
- <<: *unit
workflows:
version: 2
@ -168,3 +177,7 @@ workflows:
requires:
- rubocop_lint
- yard_lint
- "jruby-9.2-jdk":
requires:
- rubocop_lint
- yard_lint