1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove JRUBY_OPTS from .travis.yml file

As we are not running tests for JRuby on travis this option is not
needed.

For more details check 0e8c045291
This commit is contained in:
Arun Agrawal 2015-10-23 10:46:51 +02:00
parent 2ad9afe4ff
commit dcb75834c3

View file

@ -13,8 +13,6 @@ before_script:
- bundle update - bundle update
cache: bundler cache: bundler
env: env:
global:
- JRUBY_OPTS='-J-Xmx1024M'
matrix: matrix:
- "GEM=railties" - "GEM=railties"
- "GEM=ap" - "GEM=ap"