Phabricator vs Travis CI: What are the differences?
What is Phabricator? Open Source, Software Development Platform. Phabricator is a collection of open source web applications that help software companies build better software.
What is Travis CI? A hosted continuous integration service for open source and private projects. Free for open source projects, our CI environment provides multiple runtimes (e.g. Node.js or PHP versions), data stores and so on. Because of this, hosting your project on travis-ci.com means you can effortlessly test your library or applications against multiple runtimes and data stores without even having all of them installed locally.
Phabricator and Travis CI are primarily classified as "Code Review" and "Continuous Integration" tools respectively.
Some of the features offered by Phabricator are:
- reviewing code before it hits master
- auditing code after it hits master
- hosting Git/Hg/SVN repositories
On the other hand, Travis CI provides the following key features:
- Easy Setup- Getting started with Travis CI is as easy as enabling a project, adding basic build instructions to your project and committing code.
- Supports Your Platform- Lots of databases and services are pre-installed and can simply be enabled in your build configuration, we'll launch them for you automatically. MySQL, PostgreSQL, ElasticSearch, Redis, Riak, RabbitMQ, Memcached are available by default.
- Deploy With Confidence- Deploying to production after a successful build is as easy as setting up a bit of configuration, and we'll deploy your code to Heroku, Engine Yard Cloud, Nodejitsu, cloudControl, OpenShift, and CloudFoundry.
"Open Source" is the top reason why over 31 developers like Phabricator, while over 505 developers mention "Github integration" as the leading cause for choosing Travis CI.
Lyft, Heroku, and Rainist are some of the popular companies that use Travis CI, whereas Phabricator is used by Facebook, Dropbox, and Coursera. Travis CI has a broader approval, being mentioned in 670 company stacks & 624 developers stacks; compared to Phabricator, which is listed in 52 company stacks and 12 developer stacks.