module Travis::Client::States

def ready?

def ready?
  state == 'ready'
end