Skip to content

Commit 00b1d29

Browse files
committed
CI: Add --add-opens
1 parent 9c6d8f3 commit 00b1d29

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ matrix:
3636
include:
3737
# Rails 6 builds
3838
- rvm: jruby-head
39-
env:
40-
- RAILS_VERSION=6-0-stable
41-
- JRUBY_OPT=--dev
39+
env: RAILS_VERSION=6-0-stable JRUBY_OPT=--dev JAVA_OPTS="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.security.cert=ALL-UNNAMED --add-opens=java.base/java.util.zip=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.util.regex=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/javax.crypto=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED"
4240
- rvm: 2.6.3
4341
env: RAILS_VERSION=6-0-stable
4442
- rvm: 2.5.3

0 commit comments

Comments
 (0)