Skip to content

Commit

Permalink
Disable specdoc output since we exceed travis limit now.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 17, 2015
1 parent 247bba3 commit 6d8b0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/rubyspec.rake
Expand Up @@ -16,7 +16,7 @@ namespace :spec do
desc "Run fast specs that do not spawn many subprocesses"
task :'ruby:fast' do
mspec :compile_mode => "OFF",
:format => 's',
:format => 'd',
:spec_target => ":fast",
:jruby_opts => "--dev"
end
Expand All @@ -25,7 +25,7 @@ namespace :spec do
task :'ruby:fast:jit' do
mspec :compile_mode => "JIT",
:jit_threshold => 0,
:format => 's',
:format => 'd',
:spec_target => ":fast",
:jruby_opts => "--dev"
end
Expand Down

0 comments on commit 6d8b0eb

Please sign in to comment.