diff options
Diffstat (limited to 'travis_config.rb')
| -rw-r--r-- | travis_config.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/travis_config.rb b/travis_config.rb index 4fad04797..6f406ae37 100644 --- a/travis_config.rb +++ b/travis_config.rb @@ -12,5 +12,6 @@ MRuby::Build.new do |conf| # include all core GEMs conf.gembox 'full-core' - conf.cc.defines += %w(MRB_GC_FIXED_ARENA) + conf.cc.defines = %w(MRB_DEBUG MRB_GC_FIXED_ARENA) + conf.enable_bintest = true end |
