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.
| Namespace | Robomotion.TravisCI |
| Version | 1.1.0 |
| Category | Dev Tools |
| Nodes | 11 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Travis CI and returns a Client ID. |
| Disconnect | Closes a Travis CI connection. |
| Trigger Build | Trigger Build — see the properties below. |
| Get Build | Gets a build in Travis CI. |
| List Builds | Lists builds in Travis CI. |
| Cancel Build | Cancels a build in Travis CI. |
| Restart Build | Restart Build — see the properties below. |
| Get Repository | Gets a repository in Travis CI. |
| List Repositories | Lists repositories in Travis CI. |
| Get Job Log | Gets a job log in Travis CI. |
| Toolkit | Exposes 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.
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.