diff options
| author | Mike McQuaid | 2017-02-17 21:53:30 +0000 |
|---|---|---|
| committer | GitHub | 2017-02-17 21:53:30 +0000 |
| commit | 3678d60a284cb2ebf1026cf0bb1a9b613f71a734 (patch) | |
| tree | 86a38c3d3acca5fc0e919f73b529f6b82eceb321 /Library/Homebrew/extend | |
| parent | 6ac0de1b40699042ea124813f2e953285efbd05f (diff) | |
| download | brew-3678d60a284cb2ebf1026cf0bb1a9b613f71a734.tar.bz2 | |
diagnostic: detail TRAVIS opt-out reasoning.
Diffstat (limited to 'Library/Homebrew/extend')
| -rw-r--r-- | Library/Homebrew/extend/os/mac/diagnostic.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/os/mac/diagnostic.rb b/Library/Homebrew/extend/os/mac/diagnostic.rb index 6d30cd294..229c10e9f 100644 --- a/Library/Homebrew/extend/os/mac/diagnostic.rb +++ b/Library/Homebrew/extend/os/mac/diagnostic.rb @@ -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 |
