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.
2 parents 8d30fc6 + 9713e5e commit 6fb3a04Copy full SHA for 6fb3a04
.travis.yml
@@ -11,6 +11,8 @@ bundler_args: --without development
11
script: bundle exec rake ${TEST_PREFIX}test_$DB
12
before_install:
13
- unset _JAVA_OPTIONS
14
+ - rvm @default,@global do gem uninstall bundler -a -x -I || true
15
+ - gem install bundler -v "~>1.17.3"
16
before_script:
17
- echo "JAVA_OPTS=$JAVA_OPTS"
18
- export JRUBY_OPTS="-J-Xms64M -J-Xmx1024M"
0 commit comments