Travis CI
Travis CI is a Free and open-source software (FOSS), hosted, distributed continuous integration service used to build and test software projects hosted at GitHub. Although the source is available piecemeal on GitHub under permissive licenses, it appears unlikely that casual users could successfully integrate it on their own platforms.
As the ad at Travis CI says:
"Focus on writing code. Let Travis CI take care
of running your tests and deploying your apps."
Open source projects may be tested at no charge via travis-ci.org. Private projects may be tested at the same location on a fee basis. TravisPro provides custom deployments of a proprietary version on the customer's own hardware.
Some CI Features created to help your projects and teams include:
- Watch your tests as they run
- Keep your config with your code
- Slack, HipChat, Emails and more
- A clean VM for every build
- Run your tests in parallel
- Linux and Mac (and iOS) supported
- Great API and command line tool