From 381a8af594a4504ea8f8f14cedeae4250e353400 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Sat, 3 Nov 2018 13:58:31 +0800 Subject: [PATCH] config: test on JRuby 9.2 --- .circleci/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c30b937b..86864348 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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