Skip to content

Commit

Permalink
Merge pull request Homebrew#1097 from DomT4/software_dev_is_hard
Browse files Browse the repository at this point in the history
diagnostic: make using outdated dev tools fatal
  • Loading branch information
MikeMcQuaid committed Sep 23, 2016
2 parents 8e11690 + f3ef9a4 commit 81e325c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Homebrew/extend/os/mac/diagnostic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ def development_tools_checks
end

def fatal_development_tools_checks
if MacOS.prerelease?
if ENV["TRAVIS"] || ARGV.homebrew_developer?
%w[
check_xcode_up_to_date
check_clt_up_to_date
]
else
%w[
check_xcode_up_to_date
check_clt_up_to_date
]
end
end
Expand Down

0 comments on commit 81e325c

Please sign in to comment.