# File lib/travis/client/states.rb, line 46
      def failed?
        check_state
        state == 'failed'
      end