Travis CI

Test and deploy your code with confidence — the simplest CI/CD platform.

Category: cicdFirst released: 2011Created by: Travis CI GmbHLicense: MITPlatforms: Web, Linux, macOS

Travis CI is a hosted continuous integration service that pioneered easy-to-use CI/CD for open-source projects on GitHub. Configured through a simple .travis.yml file in the repository root, Travis CI automatically detects builds and runs tests on every push and pull request. It supports multiple programming languages with pre-installed toolchains and provides a matrix build feature for testing against various runtime versions and environments simultaneously. While its usage has declined relative to GitHub Actions in the open-source community, Travis CI remains widely used in private deployments and continues to offer a straightforward path to CI/CD for projects that value simplicity over deep customization. The travis-ci.org domain served millions of open-source builds before the platform consolidated to travis-ci.com.

Links

Key Features

Simple .travis.yml configurationMulti-language supportMatrix build strategyAutomatic build detectionDocker supportDeploy integrationsBuild caching