How to set up Continuous Integration for the Github project

github

I saw for some popular projects that Travis CI is included. Is there a setting in GitHub that adds this to the project, if not how is this possible?

Best Answer

To set up Continuous Integration on GitHub, you need to have an account with a CI provider, such as CircleCI or TravisCI. Then, to list it in your GitHub README, just add a link like the following:

<img src="https://circleci.com/gh/circleci/circle.png?circle-token=9d08f2d7a27f378d18681e517a0723518f478df3">

CircleCI status badge

Magic!