diagnostic: don't check CI core branch.

This commit is contained in:
Mike McQuaid 2017-08-26 14:44:26 +01:00
parent 4d90ae2f4d
commit cb5b14307c

View File

@ -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}