Skip to content

Commit

Permalink
change rspec formatter under jruby so travis will see status
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Nov 26, 2013
1 parent 47bce68 commit ac1cf04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ end

RSpec::Core::RakeTask.new(:spec_with_chrome) do |t|
t.rspec_opts = %w[--color]
#jruby buffers the progress formatter so travis doesnt see output often enough
t.rspec_opts << '--format documentation' if RUBY_PLATFORM=='java'
t.pattern = './spec{,/*/**}/*{_spec.rb,_spec_chrome.rb}'
end

Expand Down

0 comments on commit ac1cf04

Please sign in to comment.