Skip to main content
TrustRadius
Travis CI

Travis CI

Overview

What is Travis CI?

Travis CI is an open source continuous integration platform, that enables users to run and test simultaneously on different environments, and automatically catch code failures and bugs.

Read more
Recent Reviews

TrustRadius Insights

Travis CI has become an invaluable tool for projects with limited budgets and resources, offering a range of benefits to its users. The …
Continue reading
Read all reviews
Return to navigation

Pricing

View all pricing

1 Concurrent Job Plan

$69

On Premise
per month

Bootstrap

$69

Cloud
per month 1 concurrent job

2 Concurrent Jobs Plan

$129

On Premise
per month

Entry-level set up fee?

  • No setup fee
For the latest information on pricing, visithttps://www.travis-ci.com/pricing-cloud

Offerings

  • Free Trial
  • Free/Freemium Version
  • Premium Consulting/Integration Services

Starting price (does not include set up fee)

  • $69 per month 1 concurrent job
Return to navigation

Product Demos

Travis CI Cookbook: Rails

YouTube

Travis CI Cookbook: Python

YouTube

Travis CI Cookbook: Docker + C++

YouTube

Tutorial: Perforce and Subversion Integration with Travis CI for Beta Program

YouTube

Demo of my Travis CI frankenbot.

YouTube

TravisCI Demo - Running TravisCI on Arm and comparing performance metrics

YouTube
Return to navigation

Product Details

What is Travis CI?

Travis CI is an open source continuous integration platform, that enables users to run and test simultaneously on different environments, and automatically catch code failures and bugs.

Travis CI Video

Travis CI - Basic Setup

Travis CI Competitors

Travis CI Technical Details

Deployment TypesOn-premise, Software as a Service (SaaS), Cloud, or Web-Based
Operating SystemsWindows, Linux, Mac
Mobile ApplicationNo

Frequently Asked Questions

Travis CI is an open source continuous integration platform, that enables users to run and test simultaneously on different environments, and automatically catch code failures and bugs.

Travis CI starts at $69.

TeamCity, Jenkins, and CircleCI are common alternatives for Travis CI.

The most common users of Travis CI are from Small Businesses (1-50 employees).
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(26)

Community Insights

TrustRadius Insights are summaries of user sentiment data from TrustRadius reviews and, when necessary, 3rd-party data sources. Have feedback on this content? Let us know!

Travis CI has become an invaluable tool for projects with limited budgets and resources, offering a range of benefits to its users. The ability to define multiple environments for running test suites has proven particularly beneficial, allowing developers to thoroughly test their code in different scenarios. By integrating with Git repositories, Travis CI enables parallel testing and provides immediate feedback on test failures directly in pull requests. This streamlines the development process and helps catch and fix issues early on. Additionally, users receive email notifications with detailed information about failed tests, as well as notifications when tests pass again, ensuring that they are always informed about the status of their builds.

One major advantage of using Travis CI is the elimination of the need to install various environments and versions locally. This simplifies the developer experience and saves time, especially when working on projects that require compatibility testing across different platforms. Furthermore, Travis CI supports continuous integration and deployment, promoting high-quality standards by automatically running tests and promptly alerting developers to any failures. This has proven particularly helpful for releasing new versions of APIs frequently, ensuring that changes are thoroughly tested before being deployed.

Travis CI's popularity among public GitHub projects is also attributed to its efficient continuous integration capabilities. Renowned organizations like Kubernetes and OpenShift rely on Travis CI for their GitHub repositories. While larger projects may opt for Jenkins due to its customizable build environment, Travis CI remains a popular choice, thanks to its seamless integration with Git repositories and user-friendly interface.

The use cases for Travis CI extend beyond mere testing and integration. Many teams leverage it as part of their code review process, automating builds and ensuring that the test suite passes before starting reviews. Travis CI plays a crucial role in automating the deployment process upon successful merging of pull requests. It is often utilized in both app builds and UI assets, running tests on every commit and preventing merges to the master branch in case of failed builds.

Travis CI is not limited to private projects; it also contributes to the development of numerous open-source projects, such as nodetrine. Its robust CI/CD pipeline allows for rapid changes and ensures higher quality in webpage development projects. Some teams even employ Travis CI as a legacy deployment system, automating their deployment processes with ease.

While Travis CI continues to be a reliable choice for many organizations and developers, the emergence of other innovative tools has led to a reduction in its usage for automated deployments in some teams. However, it remains a go-to solution for continuous integration and testing, especially for those working on public GitHub repositories and projects with limited resources or tight budgets.

Overall, Travis CI covers a wide range of use cases and has proven to be a valuable asset for developers. Its seamless integration with Git repositories, ability to define multiple environments for testing, and immediate feedback on test failures make it an efficient and user-friendly choice. Whether it's automating builds, ensuring code quality through continuous integration, or facilitating rapid deployment, Travis CI has consistently provided developers with the tools they need to streamline their development process and deliver high-quality software. Despite reduced usage in some areas, Travis CI remains a popular choice in the development community, especially for public GitHub projects and those seeking an intuitive and cost-effective continuous integration solution.

Based on user reviews, the following recommendations emerge:

  1. Try it with small and simple projects first. This allows users to become familiar with the tool's features and functionality before implementing it on larger and more complex projects.

  2. Consider the stability of the service. Users advise evaluating the reliability and consistency of the tool to ensure consistent build automation and continuous integration processes.

  3. Explore the available options and documentation. Users highly recommend exploring the tool's features, as well as thoroughly reading the provided documentation to fully understand how it works within their development environment. This enables users to make the most of its capabilities and optimize their automation processes.

Attribute Ratings

Reviews

(1-8 of 8)
Companies can't remove reviews or game the system. Here's why
Ryan Brewster | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • It is very simple to configure a range of environment versions and settings in a simple YAML file.
  • It integrates very well with GitHub, Bitbucket, or a private Git repo.
  • The Travis CI portal beautifully shows you your history and console logs. Everything is presented in a very clear and intuitive interface.
  • Travis CI is a fairly mature platform now, and most, if not all of the common complaints have been improved. This includes documentation and logs with color support.
Eduardo Sampaio | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • I love the ease of use, the UI is very simple and well thought out, and it is still powerful enough.
  • It integrates with Slack and keeps us informed of all build's status.
  • It is easy to integrate with Heroku for deployment once builds have passed all tests.
  • I think they could have a cheaper personal plan. I'd love to use Travis on personal projects, but I don't want to publish them nor I can pay $69 a month for personal projects that I don't want to be open source.
  • There is no interface for configuring repos on Travis CI, you have to do it via a file in the repo. This make configuration very flexible, but also makes it harder for simpler projects and for small tweaks in the configuration.
Kevin Patrick Westropp | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User
Incentivized
  • Easy to setup and customize. It uses a yml file for configuration that lives inside your repo. The yml options are very straight forward and easy to learn.
  • The web interface is very easy to use and navigate.
  • It offers lots of different ways of being notified when something in the pipeline fails or succeeds.
  • Highly integrated with GitHub, might be more difficult if not using a GitHub repo but haven't yet done such.
Jonathan Yu, P.Eng. | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
  • It's simple and easy to get started (it can detect the language being used based on build configuration files like a Maven pom.xml).
  • It's free (as in beer) for open source projects.
  • It has a responsive staff (you can file issues on GitHub to ask for new languages or packages to be supported, and the turnaround time isn't too bad for the free offering).
  • The user interface is beautiful and easy-to-use, including features like live-tailing in-progress builds.
  • It supports specifying private environment variables and encrypted credentials, so that you can safely automate deployments (for example, pushing built docker images to DockerHub).
  • It only supports Linux and OS X, so other vendors (like AppVeyor) have to be used for Windows support.
  • The build matrices can be difficult to set up in the travis.yaml file.
  • Build queues can be long sometimes, since the open source offering has limited infrastructure. This problem does not affect the commercial offering, however.
  • Builds are limited to various versions of OS X and Ubuntu; other operating systems can be used for teh build via the Docker support.
Return to navigation