# File lib/travis/client/states.rb, line 17
      def started?
        check_state
        state != 'created' and state != 'received' and state != 'queued'
      end