class Travis::CLI::Logs

def check_websocket

def check_websocket
  require 'websocket-native' if stream?
rescue LoadError => e
  raise e if e.respond_to?(:path) and e.path != 'websocket-native'
  info "speed up log streaming by installing the websocket-native gem"
end