enable bintest on TravisCI to see how it works

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-04-28 08:26:25 +09:00
parent b53e69f18d
commit 67fed3d7fb
+2 -2
View File
@@ -19,7 +19,7 @@ MRuby::Build.new do |conf|
conf.compilers.each do |c|
c.defines += %w(MRB_DEBUG MRB_GC_FIXED_ARENA)
end
# conf.enable_bintest
conf.enable_bintest
end
MRuby::Build.new('cxx_abi') do |conf|
@@ -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