diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-28 08:26:25 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-28 08:26:25 +0900 |
| commit | 67fed3d7fb60aeddd0c23e808aefb389c28a32a1 (patch) | |
| tree | 220f5da7bd4e34328025d0aff545c767e23c6a4f /travis_config.rb | |
| parent | b53e69f18d3d7471f8afc3d839ed5f6012b30f79 (diff) | |
| download | mruby-67fed3d7fb60aeddd0c23e808aefb389c28a32a1.tar.gz mruby-67fed3d7fb60aeddd0c23e808aefb389c28a32a1.zip | |
enable bintest on TravisCI to see how it works
Diffstat (limited to 'travis_config.rb')
| -rw-r--r-- | travis_config.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/travis_config.rb b/travis_config.rb index bb8225180..082a79643 100644 --- a/travis_config.rb +++ b/travis_config.rb @@ -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 |
