From 004585f9dd099f6ed97c070a78512606a697bf1a Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Thu, 4 Aug 2016 17:05:34 -0500 Subject: Clean up spec output on Travis --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index b47adc61..7c4a2eb0 100644 --- a/Rakefile +++ b/Rakefile @@ -131,7 +131,7 @@ begin (branches + releases).each do |rg| desc "Run specs with Rubygems #{rg}" RSpec::Core::RakeTask.new(rg) do |t| - t.rspec_opts = %w(--format documentation --color) + t.rspec_opts = %w(--format progress --color) t.ruby_opts = %w(-w) end -- cgit v1.2.3