Travis CI - davidawad/SpaceShare GitHub Wiki
What, Where and Why Travis?
So Travis CI is a continuous integration service. What does that mean? Essentially it means that it allows you to thoroughly test the code that is written for each and every github commit you make in a Linux VM that's created on webhook from github. It's pretty amazing!
So how do we get travis working?
#justTravisThings