# vadimdemedes/trevor

🚦 Your own mini Travis CI to run tests locally

Repository: https://github.com/vadimdemedes/trevor
Canonical: https://ross.abutalabs.com/products/trevor
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2019-11-23T20:08:15+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": 3989, "days_push": 2475, "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 2098, forks 51 (observed 2026-08-28T04:06:13.373680+00:00)

## What it is
Trevor is a CLI tool that reads your project's .travis.yml and runs your tests locally in Docker containers across all the Node.js versions you specify, mimicking Travis CI. It lets you verify multi-version compatibility before pushing, without manually switching Node versions or pushing to CI.

## Use cases
- run tests locally against multiple node.js versions
- test before pushing to travis ci
- avoid switching node versions manually with nvm
- run travis ci config locally with docker
- keep git history clean by testing pre-push

## When to choose
- you already use Travis CI and want identical local test runs
- you need to test a library against several Node.js versions quickly
- you want a zero-config local CI driven by your existing .travis.yml

## When to avoid
- your project doesn't use Travis CI or .travis.yml
- you need a full-featured or actively maintained local CI runner
- you can't or don't want to install Docker

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: testing, ci-cd, cli, developer-tools
- domain: testing, developer-tools
- platform: cli, cross-platform
- tags: travis-ci, local-ci, docker, nodejs-versions, test-runner, command-line, devops, nodejs

## Member repositories
- vadimdemedes/trevor (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:13.373680+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-30T02:54:32.269065+00:00, confidence not recorded.
  - readme: https://github.com/vadimdemedes/trevor (fetched 2026-08-28T04:06:13.373680+00:00, sha 4afa52523d2b)
  - registry_npm: https://registry.npmjs.org/trevor (fetched 2026-08-29T10:34:53.757331+00:00, sha a91b7414bbe9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
