1
0
Fork 0
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:
Peter Suschlik 2015-01-21 15:00:50 +01:00
parent f94efffa97
commit f984e8898f

View file

@ -2,6 +2,9 @@ language: ruby
script:
- "rake test"
- "gem build arel.gemspec"
env:
global:
- JRUBY_OPTS='--dev -J-Xmx1024M'
rvm:
- rbx
- jruby-head