Reviews for Travis CI
Login to ReviewLiam Chen
Mar 31, 2026A solid but occasionally frustrating CI/CD tool for GitHub projects
Travis CI is incredibly simple to set up for open-source projects on GitHub, and the YAML-based configuration feels intuitive at first. However, I've encountered frequent queue delays and occasional build environment inconsistencies that slow down development. For open-source work, the free tier is a great value, but the service can feel less reliable than some competitors.
Liam Lee
Mar 27, 2026A Lifesaver for Open Source Projects
As an open-source maintainer, Travis CI has been an absolute game-changer for my GitHub projects. Setting up a .travis.yml file was straightforward, and having automated builds and tests run on every pull request has drastically improved code quality and streamlined collaboration. The free tier for public repositories is incredibly generous and reliable. It just works seamlessly with GitHub, making continuous integration feel effortless.
Anna Martin
Mar 27, 2026A solid, free CI for open-source, but the paid tiers feel lacking
Travis CI is fantastic for getting started with CI/CD for public GitHub projects, and the free tier is a lifesaver for open-source development. However, the builds can sometimes be slower than competitors, and the configuration via .travis.yml can get cryptic for complex pipelines. I've also found their support documentation a bit sparse when you hit edge cases, making problem-solving a chore.
Anna King
Mar 26, 2026Frustratingly inconsistent for what should be simple CI
Even after configuring our .travis.yml file correctly, builds frequently fail with cryptic errors that require digging through outdated community threads. The free tier for open source projects is nice in theory, but queue times can be excruciatingly long, and debugging is a nightmare due to poor log output and minimal actionable feedback. For a service that's supposed to automate reliability, it feels anything but reliable.
River Taylor
Mar 26, 2026The Backbone of Our Open-Source CI Pipeline
As the maintainer of two open-source projects, Travis CI has been a reliable partner for years. The seamless integration with GitHub for pull requests and branches is seamless, and I appreciate the straightforward YAML configuration. While there's a learning curve and some older documentation could be updated, it's proven incredibly reliable for our web apps and libraries. The free tier for open-source projects is a huge asset to the community. For our needs, it 'just works'.
Noah Lopez
Mar 26, 2026Unreliable and glitchy, far from seamless CI/CD
While Travis CI has been a staple for open-source projects, my team's experience has been frustrating. The free plan is extremely resource-constrained, causing frequent build timeouts and queuing delays that cripple our development workflow. The Windows and macOS build environments are notoriously slow and unstable compared to the Linux agents. The configuration can also be a pain, and debugging failed builds often feels like a black box with limited, cryptic logs. For a paid plan, the cost escalates quickly for private repositories, making alternatives like GitHub Actions or CircleCI feel more modern and integrated. For a tool built for CI, the constant reliability issues make it hard to recommend for anything beyond the simplest projects.
Emma Miller
Mar 24, 2026Great for Open Source, But Can Be Frustrating for Private Projects
For open source projects on GitHub, Travis CI is a fantastic and free tool that integrates seamlessly and makes setting up basic CI/CD pipelines a breeze. However, for private repositories, the pricing can quickly become steep compared to alternatives, and I've experienced occasional queue delays that slow down builds. Their documentation is good, but troubleshooting complex build failures or cryptic YAML errors can be time-consuming without more direct support.
Reese Hall
Mar 22, 2026A Developer's Best Friend for Open Source Projects
Travis CI has been a game-changer for our open source project. The GitHub integration is seamless, and the configuration is straightforward with the .travis.yml file. It supports the languages we need, and the build matrix feature is fantastic for testing across multiple environments. The free tier for public repositories is incredibly generous, making it the backbone of our CI/CD pipeline.
Sophia Jackson
Mar 21, 2026Powerful but can be frustrating and slow at times
I've used Travis CI for several open-source projects and it's a solid, reliable CI/CD option that's free for public repos. The GitHub integration is seamless and the YAML config is generally clear. However, the free tier can be slow, and builds sometimes get queued for a long time, which is frustrating when you need fast feedback. I also find the build environment and dependency caching a bit finicky to configure for more complex workflows. It's great for simple, straightforward projects, but the long queue times can be a significant bottleneck.
Riley Moore
Mar 20, 2026Solid for Open Source, But the Paid Tiers Feel Lacking
Travis CI is incredibly easy to set up for our open-source GitHub projects, and the free tier is a fantastic resource for the community. However, we found the performance and reliability on the paid plans inconsistent, with occasional slow queue times and cryptic build failures that are hard to debug. While the core CI/CD features are powerful, the customer support experience felt slow compared to newer competitors, making the value proposition less compelling for our private repositories.
Review Summary
Based on 64 reviews
Rating Distribution
Travis CI
Travis CI is a hosted continuous integration service used to build, test, and deploy software projects hosted at GitHub. It …
Back to Product