TravisCIProvider.

WriteEndFold(string) Method

Summary

Write the start of a message fold to the Travis CI build log.
Namespace
Cake.Common.Build.TravisCI
Containing Type
TravisCIProvider

Syntax

public void WriteEndFold(string name)

Parameters

Name Type Description
name string Name of the group.

Return Value

Type Description
void