Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.01 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.01 KB

Build Status

What is Travis CI?

As a continuous integration platform, Travis CI supports your development process by automatically building and testing code changes, providing immediate feedback on the success of the change. Travis CI can also automate other parts of your development process by managing deployments and notifications.

What can Travis do?

When you run a build, Travis CI clones your GitHub repository into a brand-new virtual environment, and carries out a series of tasks to build and test your code. If one or more of those tasks fail, the build is considered broken. If none of the tasks fail, the build is considered passed and Travis CI can deploy your code to a web server or application host.

Example