aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2015-10-23 10:46:51 +0200
committerArun Agrawal <arunagw@gmail.com>2015-10-23 10:46:51 +0200
commitdcb75834c34d9fc38f9edd17143af561c4e9eea6 (patch)
treed7c8116d59b351f484291ba04d95824819481c04 /.travis.yml
parent2ad9afe4ff2c12d1a9e4a00d9009d040e636c9b0 (diff)
downloadrails-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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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"