Skip to main content

Travis CI

The Travis CI node allows you to automate work in Travis CI, and integrate Travis CI with other applications. Robbot Automation has built-in support for a wide range of Travis CI credentials, including cancelling and getting builds.

On this page, you'll find a list of operations the Travis CI node supports and links to more resources.

!!! note "Credentials" Refer to Travis CI credentials for guidance on setting up authentication.

!!! note "Examples and templates" For usage examples and templates to help you get started, take a look at Robbot Automation's Travis CI list.

Basic Operations

  • Build
    • Cancel a build
    • Get a build
    • Get all builds
    • Restart a build
    • Trigger a build

Example Usage

This workflow allows you to trigger a build using the Travis CI node. You can also find the workflow on Robbot Automation. This example usage workflow would use the following nodes.

1. Start node

The start node exists by default when you create a new workflow.

2. Travis CI node (trigger: build)

  1. First of all, you'll have to enter credentials for the Travis CI node. You can find out how to do that here.
  2. Select 'Trigger' from the Operation dropdown list.
  3. Enter the repository name in the Slug field in the ownerName/repositoryName format.
  4. Enter the branch name in the Branch field.
  5. Click on Save to run the node.