enable bintest for travis CI

This commit is contained in:
fleuria
2013-11-16 15:02:53 +08:00
parent 14429ef268
commit 50c029f09d
+1
View File
@@ -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