2012/10/18 Michal Čihař michal@cihar.com:
Hi all
I've just enabled Travis CI on Github. In basic, it runs our testsuite on every commit, but supports using more PHP versions compared to Jenkins. You can see results here:
https://travis-ci.org/#!/phpmyadmin/phpmyadmin
But it also provides support for testing pull requests and displaying it's status just at the pull request. This will allow you to directly see if pull request would break anything or not. You can see examples on Github and Travis blogs:
https://github.com/blog/1227-commit-status-api
http://about.travis-ci.org/blog/2012-09-04-pull-requests-just-got-even-more-...
Please note that this won't replace Jenkins, it's just an additional source, mostly to help with the pull requests.
Nice! Especially the pull-request support is very useful!