summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--travis_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis_config.rb b/travis_config.rb
index bd2939f94..89aef9f55 100644
--- a/travis_config.rb
+++ b/travis_config.rb
@@ -3,5 +3,5 @@ MRuby::Build.new do |conf|
# include all core GEMs
conf.gembox 'full-core'
- conf.cc.defines = %w(MRB_DEBUG)
+ conf.cc.defines = %w(MRB_DEBUG MRB_GC_FIXED_ARENA)
end