diagnostic: limit fatal dev tools check to Sierra
This commit is contained in:
parent
bbc3f1c3a8
commit
12aad5c65f
@ -14,14 +14,14 @@ module Homebrew
|
||||
end
|
||||
|
||||
def fatal_development_tools_checks
|
||||
if ENV["TRAVIS"] || ARGV.homebrew_developer?
|
||||
%w[
|
||||
]
|
||||
else
|
||||
if MacOS.version >= :sierra && ENV["CI"].nil?
|
||||
%w[
|
||||
check_xcode_up_to_date
|
||||
check_clt_up_to_date
|
||||
]
|
||||
else
|
||||
%w[
|
||||
]
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user