module Travis::Client::States

def failed?

def failed?
  check_state
  state == 'failed'
end