How to add Travis CI to your github project
Travis CI is a nice way to add Continous Integration / Test / Deplyoment to your github project. As long as your project is open source aka not private you can use Travis CI for free (with a limited quota of 10000 minutes) Account Create an account at travis-ci.com Connect it with your github account…