diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-13 00:35:33 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-13 00:35:33 +0900 |
| commit | 12ce2054b09e3f3611ec9bfcc92ec51e9179e2dd (patch) | |
| tree | b67c8b9a381bf197b45c245a3db23a6eb31d8e49 /travis_config.rb | |
| parent | 45eccd1333c099ff77c24c48029cfd67424cde52 (diff) | |
| download | mruby-12ce2054b09e3f3611ec9bfcc92ec51e9179e2dd.tar.gz mruby-12ce2054b09e3f3611ec9bfcc92ec51e9179e2dd.zip | |
disable bintest for now
Diffstat (limited to 'travis_config.rb')
| -rw-r--r-- | travis_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis_config.rb b/travis_config.rb index 082a79643..2daf462bb 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| |
