test-bot: generate coverage reports on Sierra.
We may have two Sierra nodes available which could speed up this relatively slow operation.
This commit is contained in:
parent
10f2bc2dea
commit
b1903c1a4a
@ -724,7 +724,7 @@ module Homebrew
|
||||
coverage_args = []
|
||||
if ARGV.include?("--coverage")
|
||||
if ENV["JENKINS_HOME"]
|
||||
if OS.mac? && MacOS.version == :el_capitan
|
||||
if OS.mac? && MacOS.version == :sierra
|
||||
coverage_args << "--coverage"
|
||||
end
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user