class TravisFormatter

def format_failing_test(suite, test, reason, file_path); @errors.push(super); super; end

def format_failing_test(suite, test, reason, file_path);                  @errors.push(super); super; end