Travis CI vs Continua CI: What are the differences?
Developers describe Travis CI as "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. On the other hand, Continua CI is detailed as "Easy to use Continuous Integration for everyone". It is an Easy to use, Scalable and Affordable Continuous Integration Server. With an intuitive user interface, it takes just minutes to get up and running
With support for Visual Studio, MSBuild, Ant, Nant, Rake, FinalBuilder, Git, Hg, Svn, Perforce and many other tools, Continua CI has something for everyone. .
Travis CI and Continua CI can be primarily classified as "Continuous Integration" tools.
Some of the features offered by Travis CI are:
- 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.
On the other hand, Continua CI provides the following key features:
- Easy installation, can be up and running in minutes
- Run multiple build for the same or different projects and configurations concurrently
- Automate builds using MSBuild, FinalBuilder, Ant, Nant, Rake, Fake, Visual Studio and other build runners