# File lib/travis/client/states.rb, line 12
      def pending?
        check_state
        %w[created started queued received ].include? state
      end