Skip to content
Permalink
Browse files

re-enable Fuubar on travis

  • Loading branch information...
inukshuk committed Aug 20, 2013
1 parent 70fb565 commit b8d844d7f4f5e52b7d75a6f836b88cacf76b809c
Showing with 1 addition and 1 deletion.
  1. +1 −1 Rakefile
@@ -12,7 +12,7 @@ require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
if ENV['TRAVIS']
spec.rspec_opts = %w{ --require spec_helper.rb --format progress --color }
spec.rspec_opts = %w{ --require spec_helper.rb --format Fuubar --color }
else
spec.rspec_opts = %w{ --require spec_helper.rb --format Fuubar --color }
end

0 comments on commit b8d844d

Please sign in to comment.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.