class Travis::CLI::Monitor

def monitor?(entity)

def monitor?(entity)
  return true if all?
  entity.pull_request? ? pull? : push?
end