chore(.travis.yml): RUBY_FREE_MIN->RUBY_GC_HEAP_FREE_SLOTS

This commit is contained in:
Henrik Hodne 2014-01-30 13:32:16 -06:00
parent 123c8cf403
commit 7dbb0a0900
No known key found for this signature in database
GPG Key ID: 149794CB0A0ADFBF

View File

@ -2,7 +2,7 @@ language: ruby
env:
global:
- RUBY_GC_MALLOC_LIMIT=90000000
- RUBY_FREE_MIN=200000
- RUBY_GC_HEAP_FREE_SLOTS=200000
rvm:
- 2.1.0
addons: