class Travis::Client::Request

def accepted?

def accepted?
  result == 'accepted'
end