Summary
Gets a value indicating whether this instance is running on Travis CI.
- Namespace
- Cake
.Common .Build .TravisCI - Containing Type
- ITravisCIProvider
Syntax
bool IsRunningOnTravisCI { get; }
Value
Type | Description |
---|---|
bool |
true if this instance is running on Travis CI; otherwise, false .
|