diff --git a/build-ci.rb b/build-ci.rb index 095e0ff6129..b63ee8e579f 100755 --- a/build-ci.rb +++ b/build-ci.rb @@ -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