Skip to content

Commit 09be5dc

Browse files
committed
travis-ci : try gem update --system for all
1 parent 42fb144 commit 09be5dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ bundler_args: --without development
33
script: bundle exec rake test_$DB
44
before_script: export JRUBY_OPTS="--server -Xcext.enabled=false -Xcompile.invokedynamic=false"
55
before_install:
6-
- 'ruby -e "puts RUBY_VERSION" | grep ^1\.8 && gem update --system -v 2.1.11 || true'
6+
- gem update --system 2.1.11
7+
#- 'ruby -e "puts RUBY_VERSION" | grep ^1\.8 && gem update --system -v 2.1.11 || true'
78
rvm:
89
- jruby
910
gemfile:

0 commit comments

Comments
 (0)