disable fragile bintest on travis-ci

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-04-13 18:46:45 +09:00
parent ac5091e211
commit 382aed8a12
+1 -1
View File
@@ -30,7 +30,7 @@ MRuby::Build.new('cxx_abi') do |conf|
conf.compilers.each do |c|
c.defines += %w(MRB_DEBUG MRB_GC_FIXED_ARENA)
end
conf.enable_bintest
# conf.enable_bintest
enable_cxx_abi
end