File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ before_install:
88 - unset _JAVA_OPTIONS
99 - unset JRUBY_OPTS
1010 - rvm @default,@global do gem uninstall bundler -a -x -I || true
11- - gem update --system 3.2.33
1211 - gem install bundler -v "~>2.2.28"
1312
1413install :
@@ -18,19 +17,16 @@ install:
1817before_script :
1918 - if [[ "$BUNDLE_INSTALL" != 0 ]]; then jruby -rbundler/setup -S rake test_prepare; else true; fi
2019 - export JRUBY_OPTS="$JRUBY_OPTS -Xjit.threshold=0"
21- script : jruby -rbundler/setup -S rake test
2220
2321matrix :
2422 fast_finish : true
2523 allow_failures :
2624 - rvm : jruby-head
2725 - script : jruby -rbundler/setup -S rake integration:install integration:test
2826 include :
29- - jdk : openjdk11
30- rvm : jruby-head
27+ - rvm : jruby-head
3128 script : jruby -rbundler/setup -S rake test
32- - jdk : openjdk8
33- rvm : jruby-9.1.17.0
29+ - rvm : jruby-9.1.17.0
3430 script : jruby -rbundler/setup -S rake integration:install integration:test
3531 - jdk : oraclejdk11
3632 rvm : jruby-9.2.20.0
You can’t perform that action at this time.
0 commit comments