Skip to content

Commit

Permalink
Merge pull request #2689 from tvdeyen/no-color-circle
Browse files Browse the repository at this point in the history
Run rspec on circle ci wihout color output
  • Loading branch information
jhawthorn authored Apr 11, 2018
2 parents b504f7e + 87c04c8 commit ecc348a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-ci.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def teaspoon_arguments

def rspec_arguments
args = []
args += %w[--format documentation --profile 10]
args += %w[--format documentation --profile 10 --no-color]
if report_dir
args += %W[-r rspec_junit_formatter --format RspecJunitFormatter -o #{report_dir}/rspec/#{name}.xml]
end
Expand Down

0 comments on commit ecc348a

Please sign in to comment.