Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

Travis

native support for Travis specific APIs. The general documentation on how to use CI server integration can be found here. This module does not provide any special APIs please use FAKE APIs and they should integrate into this CI server. If some integration is not working as expected or you have features you would like to use directly please open an issue.

Functions and values

Function or valueDescription
Travis.defaultTraceListener
Signature: ITraceListener
Travis.detect()
Signature: unit -> bool
Travis.install(force)
Signature: force:bool -> unit
Travis.Installer
Signature: BuildServerInstaller