Travis CI is a SaaS tool that provides continuous integration testing
Travis CI is a SaaS tool that provides continuous integration testing. If a .travis.yml file is added to the root of the repository and code is pushed to this repo then the build will be triggered using a webhook. The outcome of the build can be shown in the README of the repository if a travis badge is added.
Test and deploy with confidence!