aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlyssa Ross2017-02-11 00:45:19 +0000
committerGitHub2017-02-11 00:45:19 +0000
commitc627939d5bdf3e4a0186426f91cfb67653b7f004 (patch)
tree6eb5f92a3d69e710a3da4c40fd3bb9c9ae3bad2b /Library
parent5a90d6e853af68b94b9a3c21f94b283abd32638d (diff)
parentf457c6ab327b0520c61021437b87be0cedc5f770 (diff)
downloadbrew-c627939d5bdf3e4a0186426f91cfb67653b7f004.tar.bz2
Merge pull request #1983 from DanToml/dani_ci_diagnostic
Skip Xcode outdated check on CircleCI
Diffstat (limited to 'Library')
-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 6d30cd294..3e0c1d04d 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?
- # Travis CI images are going to end up outdated so don't complain.
- return if ENV["TRAVIS"]
+ # CI images are going to end up outdated so don't complain.
+ return if ENV["TRAVIS"] || ENV["CIRCLECI"]
message = <<-EOS.undent
Your Xcode (#{MacOS::Xcode.version}) is outdated.