We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gem update --system
1 parent 42fb144 commit 09be5dcCopy full SHA for 09be5dc
.travis.yml
@@ -3,7 +3,8 @@ bundler_args: --without development
3
script: bundle exec rake test_$DB
4
before_script: export JRUBY_OPTS="--server -Xcext.enabled=false -Xcompile.invokedynamic=false"
5
before_install:
6
- - 'ruby -e "puts RUBY_VERSION" | grep ^1\.8 && gem update --system -v 2.1.11 || true'
+ - gem update --system 2.1.11
7
+ #- 'ruby -e "puts RUBY_VERSION" | grep ^1\.8 && gem update --system -v 2.1.11 || true'
8
rvm:
9
- jruby
10
gemfile:
0 commit comments