aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-08-26 14:44:26 +0100
committerMike McQuaid2017-08-26 14:44:26 +0100
commitcb5b14307ca4640e1ba68cfd28e7fef34a3b771b (patch)
tree6fa6e636538f0043f32190d4d90f2757825bdf05 /Library
parent4d90ae2f4db3ca2931b178164c822a10d519f4f8 (diff)
downloadbrew-cb5b14307ca4640e1ba68cfd28e7fef34a3b771b.tar.bz2
diagnostic: don't check CI core branch.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/diagnostic.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb
index 8108c5da0..3d3c5e5dc 100644
--- a/Library/Homebrew/diagnostic.rb
+++ b/Library/Homebrew/diagnostic.rb
@@ -786,6 +786,7 @@ module Homebrew
EOS
end
+ return if ENV["CI"]
head = coretap_path.git_head
return if head.nil? || head =~ %r{refs/heads/master}