gotchaCritical
What's the difference between travis-ci.org and travis-ci.com?
Viewed 0 times
thewhattravisdifferencebetweenandcomorg
Problem
A few of the GitHub projects I contribute to use Travis CI for build testing. However, I've noticed that some projects use travis-ci.org for build testing, while others use travis-ci.com. Both sites seem to function identically, even down to using the same UI.
What's the difference between travis-ci.org and travis-ci.com? Why do some projects use one over the other?
What's the difference between travis-ci.org and travis-ci.com? Why do some projects use one over the other?
Solution
Travis CI originally created two separated platforms to differentiate between private repos / paid (travis-ci.com) and public repos / free (travis-ci.org).
However, as of May 2018, new users and projects (both private and public) should only use travis-ci.com (see this blog post). Note that travis-ci.org will be closed down completely on December 31st, 2020 (see this newsletter).
Although still in beta—which is a bit weird since travis-ci.org will be shut down soon—Travis CI provides a well-documented migration guide.
However, as of May 2018, new users and projects (both private and public) should only use travis-ci.com (see this blog post). Note that travis-ci.org will be closed down completely on December 31st, 2020 (see this newsletter).
Although still in beta—which is a bit weird since travis-ci.org will be shut down soon—Travis CI provides a well-documented migration guide.
Context
StackExchange DevOps Q#1201, answer score: 82
Revisions (0)
No revisions yet.