Summary
    Gets an environment variable as a 
		string.
    - Namespace
- Cake.Common .Build .TravisCI 
- Containing Type
- TravisCIInfo
Syntax
protected string GetEnvironmentString(string variable)Parameters
| Name | Type | Description | 
|---|---|---|
| variable | string | The environment variable name. | 
Return Value
| Type | Description | 
|---|---|
| string | The environment variable. | 
