Travis CI is a hosted and automated solution for CI builds. Travis CI uses an in-application configuration file that uses YAML (http://yaml.org/spec/1.2/spec.html) syntax, which we will go over in more detail later in this chapter. Since Travis CI is hosted in the cloud, it therefore has the advantage that it can quickly be used in other environments and different operating systems without us worrying about setup and installation. This means that Travis CI setup is much faster than Jenkins.
Travis CI introduction
Comparing Travis CI and Jenkins
Jenkins is a self-contained and open source automation server that is customizable and requires setup and configuration at the organization level. Remember, in the Jenkins CI chapters...