Skip to content

Commit 01f13da

Browse files
committed
does not help us since travis-ci runs gem --version before *before_install*
1 parent 09be5dc commit 01f13da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-
- gem update --system 2.1.11
6+
#- gem update --system 2.1.11
77
#- 'ruby -e "puts RUBY_VERSION" | grep ^1\.8 && gem update --system -v 2.1.11 || true'
88
rvm:
99
- jruby

0 commit comments

Comments
 (0)