Skip to content
Snippets Groups Projects
Commit 3678d60a authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

diagnostic: detail TRAVIS opt-out reasoning.

parent 6ac0de1b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,10 @@ 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.
# Travis CI images are going to end up outdated so don't complain when
# `brew test-bot` runs `brew doctor` in the CI for the Homebrew/brew
# repository. This only needs to support whatever CI provided
# Homebrew/brew is currently using.
return if ENV["TRAVIS"]
message = <<-EOS.undent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment