aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2017-02-17 21:27:40 +0000
committerGitHub2017-02-17 21:27:40 +0000
commit6ac0de1b40699042ea124813f2e953285efbd05f (patch)
treece04b2a16ef70de29c7abad17ad32f45ae78476b /Library/Homebrew
parenta74b7ade66e340c55b3bea7b6226fa68a311b4ce (diff)
downloadbrew-6ac0de1b40699042ea124813f2e953285efbd05f.tar.bz2
Revert "Skip Xcode outdated check on CircleCI"
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/extend/os/mac/diagnostic.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/extend/os/mac/diagnostic.rb b/Library/Homebrew/extend/os/mac/diagnostic.rb
index 3e0c1d04d..6d30cd294 100644
--- a/Library/Homebrew/extend/os/mac/diagnostic.rb
+++ b/Library/Homebrew/extend/os/mac/diagnostic.rb
@@ -53,8 +53,8 @@ module Homebrew
return unless MacOS::Xcode.installed?
return unless MacOS::Xcode.outdated?
- # CI images are going to end up outdated so don't complain.
- return if ENV["TRAVIS"] || ENV["CIRCLECI"]
+ # Travis CI images are going to end up outdated so don't complain.
+ return if ENV["TRAVIS"]
message = <<-EOS.undent
Your Xcode (#{MacOS::Xcode.version}) is outdated.