Skip to main content

Travis CI

Integrates with the Travis CI API v3 to manage CI/CD pipelines. Supports triggering, listing, getting, canceling, and restarting builds for repositories. Can list and get repository details by owner or slug. Retrieves plain-text job logs for debugging build failures. Build listings support filtering by state (passed, failed, errored, canceled) and event type (push, pull_request, api, cron). Trigger Build supports custom merge modes for .travis.yml config merging. Authenticates via Travis CI API token.

NamespaceRobomotion.TravisCI
Version1.1.0
CategoryDev Tools
Nodes11

Nodes

NodeDescription
ConnectOpens a connection to Travis CI and returns a Client ID.
DisconnectCloses a Travis CI connection.
Trigger BuildTrigger Build — see the properties below.
Get BuildGets a build in Travis CI.
List BuildsLists builds in Travis CI.
Cancel BuildCancels a build in Travis CI.
Restart BuildRestart Build — see the properties below.
Get RepositoryGets a repository in Travis CI.
List RepositoriesLists repositories in Travis CI.
Get Job LogGets a job log in Travis CI.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

10 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Trigger Build, Get Build, List Builds, Cancel Build, Restart Build, Get Repository, List Repositories, Get Job Log.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.