# travis-ci/travis.rb

Travis CI Client (CLI and Ruby library)

Repository: https://github.com/travis-ci/travis.rb
Canonical: https://ross.abutalabs.com/products/travisrb
Language: Ruby
License: MIT
License Family: permissive
Topics: travis-ci, ruby
Last push: 2024-10-25T11:48:30+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4985, "days_push": 677, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1593, forks 411 (observed 2026-08-28T04:05:08.855535+00:00)

## What it is
The official Travis CI client, distributed as the 'travis' Ruby gem, providing both a command line tool and a Ruby library for interacting with Travis CI services. It supports managing repositories, triggering and monitoring builds, encrypting secrets for .travis.yml, and authenticating against travis-ci.com or self-hosted Travis CI endpoints.

## Use cases
- manage travis ci builds from the command line
- encrypt environment variables for .travis.yml
- lint a travis ci config file
- stream ci test logs in the terminal
- enable or disable travis ci on a github repository
- monitor live build status for my repos
- interact with the travis ci api from ruby code

## When to choose
- you use Travis CI and want to manage builds, caches, and settings without the web UI
- you need to encrypt files or variables for .travis.yml from the terminal
- you want a Ruby library to script interactions with the Travis CI API
- you run a custom/self-hosted Travis CI setup and need a client for it

## When to avoid
- your CI runs on GitHub Actions, GitLab CI, or another non-Travis platform
- you need a GUI dashboard for CI rather than a terminal tool
- your project does not use Ruby and you prefer a client in another language

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, developer-tools, ci-cd
- domain: developer-tools
- platform: cli, ruby, cross-platform
- tags: travis-ci, continuous-integration, ruby-gem, api-client, build-monitoring, devops, command-line, automation

## Member repositories
- travis-ci/travis.rb (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:08.855535+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:54:16.357796+00:00, confidence not recorded.
  - readme: https://github.com/travis-ci/travis.rb (fetched 2026-08-28T04:05:08.855535+00:00, sha 3f7d0b83d327)
- Data as of 2026-08-30T08:39:29.467469+00:00.
