crowning
Well-known member
Is Travis better than GitHub? Will you be using this now instead of GitHub?
Travis is an addition to GitHub, no replacement. You just have to assign a GitHub repository in Travis, and whenever new code is committed into your repository Travis automatically builds and tests it so you can easily see when something is broken without having to build it yourself all the time.
Saves us developers a ton of time.