commit | 24b2094f8ab5ebe510f14dac9b34b0b4c45ac6d5 | [log] [tgz] |
---|---|---|
author | Rob Widmer <robert.widmer@finalsite.com> | Wed Sep 16 11:00:29 2020 -0400 |
committer | Adam Cozzette <acozzette@google.com> | Fri Dec 11 16:02:41 2020 -0800 |
tree | 4d1c3c80f555b19fc6517ef6166558e4952befb0 | |
parent | 7b1d6abbe452c64958de7ef52ce596cf3640b7db [diff] [blame] |
Set up testing configuration for jruby
diff --git a/tests.sh b/tests.sh index 998f5da..f1242a5 100755 --- a/tests.sh +++ b/tests.sh
@@ -442,6 +442,11 @@ cd ruby && bash travis-test.sh ruby-2.7.0 && cd .. } +build_jruby() { + internal_build_cpp # For conformance tests. + cd ruby && bash travis-test.sh jruby-9.2.11.1 && cd .. +} + build_javascript() { internal_build_cpp NODE_VERSION=node-v12.16.3-darwin-x64