"Test and Deploy with Confidence" Easily sync your project with Travis CI and you'll be testing your code in minutes!
这是Travis的宗旨。很多github上的open source都在使用travis。 我也是在学习开源项目tesseract的时候接触Travis.
我们同时不可避免的会谈到jenkins。Travis只支持Github, 不支持其它代码托管服务。
官方文档在https://docs.travis-ci.com/user/for-beginners/ 。
也可以参考阮一峰老师的中文文档:
http://www.ruanyifeng.com/blog/2017/12/travis_ci_tutorial.html