enabe MRB_DEBUG on travis_config.rb

This commit is contained in:
fleuria
2013-07-25 03:47:56 +08:00
parent f4ae432497
commit 54ff02acb4
+1
View File
@@ -3,4 +3,5 @@ MRuby::Build.new do |conf|
# include all core GEMs
conf.gembox 'full-core'
conf.cc.defines = %w(MRB_DEBUG)
end