diff options
author | Arun Agrawal <arunagw@gmail.com> | 2015-10-23 10:46:51 +0200 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2015-10-23 10:46:51 +0200 |
commit | dcb75834c34d9fc38f9edd17143af561c4e9eea6 (patch) | |
tree | d7c8116d59b351f484291ba04d95824819481c04 | |
parent | 2ad9afe4ff2c12d1a9e4a00d9009d040e636c9b0 (diff) | |
download | rails-dcb75834c34d9fc38f9edd17143af561c4e9eea6.tar.gz rails-dcb75834c34d9fc38f9edd17143af561c4e9eea6.tar.bz2 rails-dcb75834c34d9fc38f9edd17143af561c4e9eea6.zip |
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 0e8c04529159522aadbfe4fe71ea3d326df07d52
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 5d4a9e9c67..46be91d18e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,6 @@ before_script: - bundle update cache: bundler env: - global: - - JRUBY_OPTS='-J-Xmx1024M' matrix: - "GEM=railties" - "GEM=ap" |