dwyl / learn-travis

:sunglasses: A quick Travis CI (Continuous Integration) Tutorial for Node.js developers
MIT License
1.25k stars 352 forks source link

travis-ci.org vs travis-ci.com? #60

Open SimonLab opened 4 years ago

SimonLab commented 4 years ago

Travis can be used on two different domain name https://travis-ci.com/ and https://travis-ci.org/

mambelli commented 4 years ago

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 the official announcement)

So people should use always travis-ci.com. I found out about it on stackexchange: https://devops.stackexchange.com/questions/1201/whats-the-difference-between-travis-ci-org-and-travis-ci-com