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.
1 parent 8aadadd commit 960bee2Copy full SHA for 960bee2
.travis.yml
@@ -2,6 +2,8 @@ language: ruby
2
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'
7
rvm:
8
- jruby
9
gemfile:
0 commit comments