module Travis::Client::States

def pending?

def pending?
  check_state
  %w[created started queued].include? state
end