Skip to content

Commit 6149699

Browse files
committed
[ci] cleanup + revert the gem update attempt
1 parent 94cbb64 commit 6149699

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

1413
install:
@@ -18,19 +17,16 @@ install:
1817
before_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

2321
matrix:
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

0 commit comments

Comments
 (0)