Difference between revisions of "Continuous Integration"

From OpenEMR Project Wiki
(Information)
Line 1: Line 1:
Humble beginnings:
When code is pushed your Github pull request, our [https://travis-ci.org/openemr/openemr Continuous Integration service] will check for programmer errors from PHP v5.4 up to PHP v7.1. Make sure the service status is green and not red!
*https://github.com/openemr/openemr/issues/489
*https://github.com/openemr/openemr/pull/492

Revision as of 17:23, 15 April 2017

When code is pushed your Github pull request, our Continuous Integration service will check for programmer errors from PHP v5.4 up to PHP v7.1. Make sure the service status is green and not red!