Documentation ¶ Index ¶ func Main(c *cli.Context) error type TravisCI func (ci *TravisCI) GetCurrentBranch() string func (ci *TravisCI) GetCurrentSHA() string func (ci *TravisCI) Name() string func (ci *TravisCI) RunCondition(config map[string]string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Main ¶ func Main(c *cli.Context) error Types ¶ type TravisCI ¶ type TravisCI struct { } func (*TravisCI) GetCurrentBranch ¶ func (ci *TravisCI) GetCurrentBranch() string func (*TravisCI) GetCurrentSHA ¶ func (ci *TravisCI) GetCurrentSHA() string func (*TravisCI) Name ¶ func (ci *TravisCI) Name() string func (*TravisCI) RunCondition ¶ func (ci *TravisCI) RunCondition(config map[string]string) error Source Files ¶ View all Source files travis.go Click to show internal directories. Click to hide internal directories.