Revert "diagnostic: make using outdated development tools fatal"

This reverts commit a124680b189f50ebeb550845e3c0efd34db66247.

Will need to be smarter than this, since people can't force Travis to
update. I'm losing count of the amount of times Travis has forced a change
of plans around Homebrew this year.

Closes https://github.com/Homebrew/brew/issues/1096.
This commit is contained in:
Dominyk Tiller 2016-09-22 23:37:12 +01:00
parent 889c400be4
commit 559cea7fa9
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -14,10 +14,15 @@ module Homebrew
end
def fatal_development_tools_checks
%w[
check_xcode_up_to_date
check_clt_up_to_date
]
if MacOS.prerelease?
%w[
check_xcode_up_to_date
check_clt_up_to_date
]
else
%w[
]
end
end
def check_for_unsupported_macos