Which ci system to choose? circleci/Codeship/TravisCi/Jenkins? We have a suite of bash scripts that runs all our tests, here are the specifications: - It runs on mac (for ios-application testing and unit) - It activate a browser (chrome/safari) for testing the web UI - https://blog.rollout.io/2015/03/how-we-automate-our-sdk-tests-to-support-delivery-to-millions-of-mobile-users/ - It runs nodejs tests on the server - It need to integrate with selenium - Our code base is on github - Our deployment is on Amazon EC2 Any tips on how to choose the CI provider? |