1. Background every time we look at GitHub's open-source projects, the projects that are cool are often in readme files, and there will be little green labels like this. Because the bloggers are curious, they have studied how to add this. You may also try it!
2. Steps
(1) log onto the following website, it will automatically bind your GitHub account-https://travis-ci.org/(2) will automatically generate a list of all your repo, select the repo you want to add icon, turn on and off.
(3) Add a verification file to the GitHub directory of the corresponding repo. Make sure that the language is correct, such as "C, C ++, Python"
(4) The success is that it will record all users' operations on your repo in real time. Is it very convenient.
If you have read, still do not understand, can go to my project also to see https://github.com/jimenbian/DataMining (do not forget to give a star)
/********************************
* This article is from the blog "Li bogarvin"
* Reprinted please indicate the source: http://blog.csdn.net/buptgshengod
**************************************** **/
Improve open-source project performance-add Travis CI to your GitHub Project