Our Evaluation of Travis CI
Travis CI is the home of open source testing
It is used by some big names like Facebook, Twitter, Zendesk, etc.
Why Travis CI is awesome?
- Travis is being used for over 900k open source projects and 600k users are testing on Travis CI.
- Travis provides support for multiple languages and their versions.
- It gets set up quickly to test build and pull requests.
- Travis is cloud based and has Docker support to run tests.
- Travis has a lightweight yaml config.
- Travis CI can run tests on linux and Mac OS at the same time
What are cons of using Travis CI?
- Travis CI needs customization with 3rd parties.
- Travis CI does not provide many plugins as compared to Jenkins.