Skip to content

Commit 39fde58

Browse files
committed
Be able to run ruby 3 preview 1 on the CI with allow_failure on
1 parent 3a5fe19 commit 39fde58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ matrix:
4545
- RAILS_VERSION='~> 6.0.0'
4646
- JRUBY_OPT=--dev
4747
- 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.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"
48+
- rvm: ruby-3.0.0-preview1
49+
env: RAILS_VERSION='~> 6.0.0'
50+
allow_failure: true
4851
- rvm: 2.7.1
4952
env: RAILS_VERSION='~> 6.0.0'
5053
- rvm: 2.6.6

0 commit comments

Comments
 (0)