setup_travis¶
Setup the keychain and match to work with Travis CI
- Creates a new temporary keychain for use with match
- Switches match to
readonly
mode to not create new profiles/cert on CIThis action helps with Travis integration. Add this to the top of your Fastfile if you use Travis.
setup_travis | |
---|---|
Supported platforms | ios, mac |
Author | @KrauseFx |
1 Example¶
setup_travis
Parameters¶
Key | Description | Default |
---|---|---|
force |
Force setup, even if not executed by travis | false |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action setup_travis