Skip to content

Commit d270046

Browse files
committed
gem update --system 2.2.3 on travis-ci
1 parent d089701 commit d270046

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ before_script:
3333
- export JRUBY_OPTS="--server -Xcext.enabled=false -Xcompile.invokedynamic=false -J-XX:MaxPermSize=128m"
3434
- export JRUBY_VERSION="1.7.12"
3535
before_install:
36+
# NOTE: RubyGems 2.4.x fails us at application_spec's gem_install_rack_unless_installed !
37+
- (jruby --1.9 -S gem update --system 2.2.3) || true
3638
- ((jruby -v | grep 1.8.7) && jruby --1.9 -S gem update --system 2.1.11) || true
3739
- ((echo $BUNDLE_GEMFILE | grep rails23) && jruby --1.9 -S gem update --system 1.8.29) || true
3840
matrix:

0 commit comments

Comments
 (0)