pathname: Use CI env variable rather than TRAVIS
This commit is contained in:
parent
4e08da95c3
commit
841dae4b8c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user