mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Speed up jruby tests
Improve startup time and give Java more memory.
This commit is contained in:
parent
f94efffa97
commit
f984e8898f
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ language: ruby
|
|||
script:
|
||||
- "rake test"
|
||||
- "gem build arel.gemspec"
|
||||
env:
|
||||
global:
|
||||
- JRUBY_OPTS='--dev -J-Xmx1024M'
|
||||
rvm:
|
||||
- rbx
|
||||
- jruby-head
|
||||
|
|
Loading…
Reference in a new issue