Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Language string
Version []string
BeforeInstall []string
Install []string
BeforeScript []string
Script []string
Env []string
DockerfileConfig string
}
Config represents values from a '.travis.yml' file. Config options are represented with a slice of strings. If the slice is nil, then the config option was not specified in the yml file. If there was only a single value, it will be the only member in the slice.
func ConfigFromFile ¶
ConfigFromFile creates a config from a file path to '.travis.yml'
Click to show internal directories.
Click to hide internal directories.