diff options
| -rw-r--r-- | travis_config.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/travis_config.rb b/travis_config.rb index bd2939f94..9a82e65aa 100644 --- a/travis_config.rb +++ b/travis_config.rb @@ -4,4 +4,5 @@ MRuby::Build.new do |conf| # include all core GEMs conf.gembox 'full-core' conf.cc.defines = %w(MRB_DEBUG) + conf.enable_bintest = true end |
