aicoolies logo
Travis CI logo
Travis CI logo

Travis CI OSS

Discontinued

The CI/CD service that defined open-source testing culture

discontinued Nov 2020freemiumopen sourceupdated Aug 15, 2026

The first CI service to offer free builds for open-source projects. The iconic green/red build badges on GitHub READMEs were almost always Travis CI. Defined how the open-source community thought about continuous integration.

Travis CI is a hosted continuous integration service that pioneered cloud-based CI/CD for open-source projects, providing free automated testing for public GitHub repositories. It uses a simple .travis.yml configuration file at the root of a repository to define build environments, test commands, and deployment steps. Travis CI supports over 20 programming languages by default, running builds in isolated virtual machines with flexible concurrency for parallel test execution.

The platform integrates deeply with GitHub through its GitHub Apps integration, providing tighter repository access controls and finer subscription management. Travis CI offers build matrix support for testing across multiple language versions and environments simultaneously, live build logs, and automatic deployment to platforms like Heroku, AWS, and npm. The service allows developers to manage both public and private repositories from a single domain and allocate concurrency between open-source and private projects.

Travis CI historically served as the default CI platform for the open-source community, with over 300,000 open-source projects trusting the service for their testing needs. The platform partners with AWS, IBM, and Arm to provide diverse build infrastructure for open-source projects. While Travis CI has faced increased competition from GitHub Actions and other modern CI/CD platforms, it remains a viable option for open-source projects that value its straightforward YAML configuration and established ecosystem of deployment integrations.

Pricing

Was: Free for OSS / Paid plans for private repos

Platforms

Was: Web (SaaS)

Why it died

discontinued November 2, 2020

Travis CI effectively died for open-source after November 2020. A disastrous migration from travis-ci.org to travis-ci.com broke thousands of projects. Then crypto miners exploited free builds, causing Travis to severely limit free tier resources. Idera (owner since 2019) gutted the team, and mass layoffs followed. GitHub Actions launched as a free, native alternative, triggering a mass exodus. Travis CI technically still exists as a paid service, but the free OSS platform that made it legendary is gone.

use instead: GitHub Actions, GitLab CI/CD, CircleCI

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

KTransformers parent kvcache-ai logo

KTransformers

Heterogeneous CPU-GPU inference and SFT for large MoE models

Open-source framework for running and fine-tuning large Mixture-of-Experts models with heterogeneous CPU-GPU execution, optimized kernels, limited VRAM and SGLang or LLaMA-Factory integrations.

Open Source
vLLM Production Stack parent vLLM logo

vLLM Production Stack

Official Kubernetes and Helm reference stack built on the vLLM inference engine

Official vLLM reference implementation for scaling the existing inference engine on Kubernetes with Helm, request routing, KV-cache offload, autoscaling and Prometheus/Grafana observability.

Open Source
Dynamo logo

NVIDIA Dynamo

Distributed inference orchestration above vLLM, SGLang and TensorRT-LLM

Open-source, datacenter-scale orchestration layer that coordinates vLLM, SGLang and TensorRT-LLM across nodes with disaggregated serving, KV-aware routing, multi-tier cache management and automatic scaling.

Open Source
GPUStack logo

GPUStack

Open-source GPU control plane for scalable AI model serving

Open-source GPU cluster manager that configures vLLM, SGLang, TensorRT-LLM or custom engines, serves models through compatible APIs, and provisions SSH-accessible GPU instances across on-premises, Kubernetes and cloud environments.

Open Source
Mooncake logo

Mooncake

Disaggregated KV cache storage and transfer for LLM serving

Open-source infrastructure for disaggregated LLM serving that pools KV caches across prefill and decode workers, with high-performance transfer, distributed storage and integrations for vLLM and SGLang.

Open Source
gh-aw GitHub parent mark

GitHub Agentic Workflows

Run AI coding agents in GitHub Actions from Markdown

Open-source GitHub CLI extension for defining repository automations in Markdown and running Copilot, Claude Code, Codex, Gemini or custom agents inside hardened GitHub Actions workflows.

freeOpen Source

FAQ

What is Travis CI OSS?

The first CI service to offer free builds for open-source projects. The iconic green/red build badges on GitHub READMEs were almost always Travis CI. Defined how the open-source community thought about continuous integration.

Is Travis CI OSS free?

Travis CI OSS offers a free tier alongside paid plans. Was: Free for OSS / Paid plans for private repos

Is Travis CI OSS open source?

Yes — Travis CI OSS is open source.

Is Travis CI OSS still available?

No — Travis CI OSS was discontinued on November 2, 2020. Travis CI effectively died for open-source after November 2020. A disastrous migration from travis-ci.org to travis-ci.com broke thousands of projects. Then crypto miners exploited free builds, causing Travis to severely limit free tier resources. Idera (owner since 2019) gutted the team, and mass layoffs followed. GitHub Actions launched as a free, native alternative, triggering a mass exodus. Travis CI technically still exists as a paid service, but the free OSS platform that made it legendary is gone. Consider GitHub Actions, GitLab CI/CD, CircleCI instead.

What are the best Travis CI OSS alternatives?

The top editor-verified Travis CI OSS alternatives are GitHub Actions, GitLab CI/CD, CircleCI.