mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Try Jruby on Bionic as per @MSP-Greg's suggestion
This commit is contained in:
parent
113e90ede1
commit
99a8161331
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,8 @@ matrix:
|
|||
env: jit=yes
|
||||
- rvm: jruby-9.2.8.0
|
||||
env: JRUBY_OPTS="--debug" JAVA_OPTS="--add-opens java.base/sun.nio.ch=org.jruby.dist --add-opens java.base/java.io=org.jruby.dist --add-opens java.base/java.util.zip=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.security.cert=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED"
|
||||
dist: bionic
|
||||
env: OS="Bionic 18.04"
|
||||
- rvm: jruby-head
|
||||
dist: bionic
|
||||
env: OS="Bionic 18.04"
|
||||
|
@ -52,6 +54,8 @@ matrix:
|
|||
- rvm: ruby-head
|
||||
env: jit=yes
|
||||
- rvm: jruby-9.2.8.0
|
||||
dist: bionic
|
||||
env: OS="Bionic 18.04"
|
||||
- rvm: jruby-head
|
||||
dist: bionic
|
||||
env: OS="Bionic 18.04"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue