aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorShaun Jackman2018-01-03 11:01:23 -0800
committerShaun Jackman2018-01-03 13:17:23 -0800
commit841dae4b8c2fe7ca0eab2064e113b8286b61434c (patch)
treeca39a64ec0b4bebb203d4dce8ef25a60d7f41ba4 /Library
parent4e08da95c34c27ba6d5ca5f80718fe2788337cdf (diff)
downloadbrew-841dae4b8c2fe7ca0eab2064e113b8286b61434c.tar.bz2
pathname: Use CI env variable rather than TRAVIS
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/pathname.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb
index 32d57c1c4..8e10971e1 100644
--- a/Library/Homebrew/extend/pathname.rb
+++ b/Library/Homebrew/extend/pathname.rb
@@ -499,7 +499,7 @@ module ObserverPathnameExtension
MAXIMUM_VERBOSE_OUTPUT = 100
def verbose?
- return ARGV.verbose? unless ENV["TRAVIS"]
+ return ARGV.verbose? unless ENV["CI"]
return false unless ARGV.verbose?
if total < MAXIMUM_VERBOSE_OUTPUT