[Phpmyadmin-devel] Travis CI enabled on Github

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. -- Michal Čihař | http://cihar.com | http://blog.cihar.com

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! -- Kind regards, Dieter Adriaenssens

Michal Čihař a écrit :
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:
Thanks Michal; another initiative that reminds us that our code coverage is only at the 50% level. -- Marc Delisle http://infomarc.info
participants (3)
-
Dieter Adriaenssens
-
Marc Delisle
-
Michal Čihař