Travis CI is a hosted continuous integration and deployment system. You can now test and deploy open source and private projects on travis-ci!
Hosted on your infrastructure: Travis CI Enterprise supports the cloud or on-premises environment of your choice. This includes AWS, Google Compute Engine, VMware, OpenStack, and Azure. Starting from version 3.0, you can deploy it in a Kubernetes cluster.
Travis CI is a hosted, distributed continuous integration service used to build and test software projects hosted at GitHub and Bitbucket. Travis CI is configured by adding a file named `. travis. yml`, which is a YAML format text file, to the root of the repository.