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
1 changed files with 0 additions and 2 deletions

View File

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